diff options
author | Jamie Liu <jamieliu@google.com> | 2020-09-15 15:12:50 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-09-15 15:14:53 -0700 |
commit | 456c6c33e104e7421a5a815bba69d46b289ae724 (patch) | |
tree | 801c2a838dc9ce9069589581765fd5f4f736d938 /pkg/context/BUILD | |
parent | a004f0d082458ce98114b59a3e5d41c2e74541d6 (diff) |
Invert dependency between the context and amutex packages.
This is to allow the syserror package to depend on the context package in a
future change.
PiperOrigin-RevId: 331866252
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", ], ) |