bazel: update BUILD files for rules_go bzlmod migration

This commit is contained in:
Malte Poll 2024-05-21 17:56:37 +02:00
parent 9e83ba12cd
commit d960121cba
30 changed files with 51 additions and 120 deletions

View file

@ -21,7 +21,7 @@ go_library(
"//internal/nodestate",
"//internal/role",
"//internal/versions/components",
"@org_golang_google_grpc//:go_default_library",
"@org_golang_google_grpc//:grpc",
"@org_golang_google_grpc//codes",
"@org_golang_google_grpc//keepalive",
"@org_golang_google_grpc//status",
@ -50,7 +50,7 @@ go_test(
"@com_github_spf13_afero//:afero",
"@com_github_stretchr_testify//assert",
"@com_github_stretchr_testify//require",
"@org_golang_google_grpc//:go_default_library",
"@org_golang_google_grpc//:grpc",
"@org_golang_x_crypto//bcrypt",
"@org_uber_go_goleak//:goleak",
],