aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwconner <wconner@google.com>2023-07-27 09:02:11 -0700
committerCopybara-Service <copybara-worker@google.com>2023-07-27 09:03:41 -0700
commit8cc91e8f4ab249f07cb259f100967af4e05f92a2 (patch)
treee173c207a19fd108e5f8d7e8dc0092353d92760a
parenta9862a149a956d6290ba4620e7733aaaef787b4f (diff)
downloadtink-8cc91e8f4ab249f07cb259f100967af4e05f92a2.tar.gz
Update hcvault_test dependencies now that KMS client registration is removed.
PiperOrigin-RevId: 551546734
-rw-r--r--go/integration/hcvault/BUILD.bazel2
1 files changed, 0 insertions, 2 deletions
diff --git a/go/integration/hcvault/BUILD.bazel b/go/integration/hcvault/BUILD.bazel
index f941feffe..2e546e26c 100644
--- a/go/integration/hcvault/BUILD.bazel
+++ b/go/integration/hcvault/BUILD.bazel
@@ -29,8 +29,6 @@ go_test(
embed = [":hcvault"],
deps = [
"//aead",
- "//core/registry",
- "//keyset",
],
)