bazel: running gazelle to pick up dependency changes

This commit is contained in:
2023-05-06 13:37:58 -07:00
parent 984baa6bb4
commit 83d42dc489
7 changed files with 35 additions and 71 deletions

View File

@@ -7,9 +7,9 @@ go_library(
visibility = ["//visibility:private"],
deps = [
"//certlib",
"//certlib/revoke",
"//die",
"//lib",
"@com_github_cloudflare_cfssl//revoke",
],
)