summaryrefslogtreecommitdiffhomepage
path: root/runsc/testutil/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'runsc/testutil/BUILD')
-rw-r--r--runsc/testutil/BUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/runsc/testutil/BUILD b/runsc/testutil/BUILD
index 3c3027cb5..f845120b0 100644
--- a/runsc/testutil/BUILD
+++ b/runsc/testutil/BUILD
@@ -1,4 +1,4 @@
-load("@io_bazel_rules_go//go:def.bzl", "go_library")
+load("//tools:defs.bzl", "go_library")
package(licenses = ["notice"])
@@ -6,7 +6,6 @@ go_library(
name = "testutil",
testonly = 1,
srcs = ["testutil.go"],
- importpath = "gvisor.dev/gvisor/runsc/testutil",
visibility = ["//:sandbox"],
deps = [
"//pkg/log",