summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/network/hash/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/tcpip/network/hash/BUILD')
-rw-r--r--pkg/tcpip/network/hash/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/tcpip/network/hash/BUILD b/pkg/tcpip/network/hash/BUILD
index ea520c6ed..e6db5c0b0 100644
--- a/pkg/tcpip/network/hash/BUILD
+++ b/pkg/tcpip/network/hash/BUILD
@@ -5,7 +5,7 @@ package(licenses = ["notice"])
go_library(
name = "hash",
srcs = ["hash.go"],
- importpath = "gvisor.googlesource.com/gvisor/pkg/tcpip/network/hash",
+ importpath = "gvisor.dev/gvisor/pkg/tcpip/network/hash",
visibility = ["//visibility:public"],
deps = [
"//pkg/rand",