summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/watchdog/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/sentry/watchdog/BUILD')
-rw-r--r--pkg/sentry/watchdog/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/watchdog/BUILD b/pkg/sentry/watchdog/BUILD
index 0bbf3705c..4d8435265 100644
--- a/pkg/sentry/watchdog/BUILD
+++ b/pkg/sentry/watchdog/BUILD
@@ -5,7 +5,7 @@ package(licenses = ["notice"])
go_library(
name = "watchdog",
srcs = ["watchdog.go"],
- importpath = "gvisor.googlesource.com/gvisor/pkg/sentry/watchdog",
+ importpath = "gvisor.dev/gvisor/pkg/sentry/watchdog",
visibility = ["//:sandbox"],
deps = [
"//pkg/abi/linux",