Skip to content
Snippets Groups Projects
Commit 126f63f7 authored by Tink Team's avatar Tink Team Committed by Tink Team
Browse files

Bazel dependency fixes

PiperOrigin-RevId: 223277481
GitOrigin-RevId: c81f6e336afc898d31a5d74c430c3bf751306482
parent e9c74fbb
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ go_library(
deps = [
"//go/subtle:go_default_library",
"//go/tink:go_default_library",
"@org_golang_x_crypto//hkdf:go_default_library",
],
)
......@@ -17,6 +18,7 @@ go_test(
deps = [
":go_default_library",
"//go/subtle/random:go_default_library",
"@org_golang_x_crypto//hkdf:go_default_library",
],
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment