diff options
Diffstat (limited to 'pkg/context/BUILD')
-rw-r--r-- | pkg/context/BUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/context/BUILD b/pkg/context/BUILD index 239f31149..f33e23bf7 100644 --- a/pkg/context/BUILD +++ b/pkg/context/BUILD @@ -7,7 +7,6 @@ go_library( srcs = ["context.go"], visibility = ["//:sandbox"], deps = [ - "//pkg/amutex", "//pkg/log", ], ) |