summaryrefslogtreecommitdiffhomepage
path: root/pkg/safecopy/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/safecopy/BUILD')
-rw-r--r--pkg/safecopy/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/safecopy/BUILD b/pkg/safecopy/BUILD
index 0a045fc8e..2a1602e2b 100644
--- a/pkg/safecopy/BUILD
+++ b/pkg/safecopy/BUILD
@@ -18,9 +18,9 @@ go_library(
],
visibility = ["//:sandbox"],
deps = [
- "//pkg/abi/linux",
"//pkg/errors",
"//pkg/errors/linuxerr",
+ "//pkg/sighandling",
"@org_golang_x_sys//unix:go_default_library",
],
)