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