summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/network/fragmentation/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/tcpip/network/fragmentation/BUILD')
-rw-r--r--pkg/tcpip/network/fragmentation/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/tcpip/network/fragmentation/BUILD b/pkg/tcpip/network/fragmentation/BUILD
index bf0a7b99c..118bfc763 100644
--- a/pkg/tcpip/network/fragmentation/BUILD
+++ b/pkg/tcpip/network/fragmentation/BUILD
@@ -23,7 +23,7 @@ go_library(
"reassembler.go",
"reassembler_list.go",
],
- importpath = "gvisor.googlesource.com/gvisor/pkg/tcpip/network/fragmentation",
+ importpath = "gvisor.dev/gvisor/pkg/tcpip/network/fragmentation",
visibility = ["//:sandbox"],
deps = [
"//pkg/log",