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