summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/anon/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/sentry/fs/anon/BUILD')
-rw-r--r--pkg/sentry/fs/anon/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/sentry/fs/anon/BUILD b/pkg/sentry/fs/anon/BUILD
index c14e5405e..aedcecfa1 100644
--- a/pkg/sentry/fs/anon/BUILD
+++ b/pkg/sentry/fs/anon/BUILD
@@ -11,10 +11,10 @@ go_library(
visibility = ["//pkg/sentry:internal"],
deps = [
"//pkg/abi/linux",
- "//pkg/sentry/context",
+ "//pkg/context",
"//pkg/sentry/device",
"//pkg/sentry/fs",
"//pkg/sentry/fs/fsutil",
- "//pkg/sentry/usermem",
+ "//pkg/usermem",
],
)