summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/devices/quotedev/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/sentry/devices/quotedev/BUILD')
-rw-r--r--pkg/sentry/devices/quotedev/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/devices/quotedev/BUILD b/pkg/sentry/devices/quotedev/BUILD
index d09214e3e..ee946610a 100644
--- a/pkg/sentry/devices/quotedev/BUILD
+++ b/pkg/sentry/devices/quotedev/BUILD
@@ -9,8 +9,8 @@ go_library(
deps = [
"//pkg/abi/linux",
"//pkg/context",
+ "//pkg/errors/linuxerr",
"//pkg/sentry/fsimpl/devtmpfs",
"//pkg/sentry/vfs",
- "//pkg/syserror",
],
)