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/BUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/state/statefile/BUILD b/pkg/state/statefile/BUILD
index 16abe1930..6be78dc9b 100644
--- a/pkg/state/statefile/BUILD
+++ b/pkg/state/statefile/BUILD
@@ -10,7 +10,6 @@ go_library(
deps = [
"//pkg/binary",
"//pkg/compressio",
- "//pkg/hashio",
],
)
@@ -19,5 +18,5 @@ go_test(
size = "small",
srcs = ["statefile_test.go"],
embed = [":statefile"],
- deps = ["//pkg/hashio"],
+ deps = ["//pkg/compressio"],
)