diff options
Diffstat (limited to 'pkg/bpf/decoder_test.go')
-rw-r--r-- | pkg/bpf/decoder_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/bpf/decoder_test.go b/pkg/bpf/decoder_test.go index 8c4bdad21..6a023f0c0 100644 --- a/pkg/bpf/decoder_test.go +++ b/pkg/bpf/decoder_test.go @@ -17,7 +17,7 @@ package bpf import ( "testing" - "gvisor.googlesource.com/gvisor/pkg/abi/linux" + "gvisor.dev/gvisor/pkg/abi/linux" ) func TestDecode(t *testing.T) { |