mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-02 20:16:15 -04:00
bazel: update BUILD files for rules_go bzlmod migration
This commit is contained in:
parent
9e83ba12cd
commit
d960121cba
30 changed files with 51 additions and 120 deletions
|
@ -18,7 +18,7 @@ go_library(
|
|||
"//internal/constants",
|
||||
"@com_github_coreos_go_systemd_v22//dbus",
|
||||
"@com_github_spf13_afero//:afero",
|
||||
"@org_golang_google_grpc//:go_default_library",
|
||||
"@org_golang_google_grpc//:grpc",
|
||||
"@org_golang_google_grpc//credentials/insecure",
|
||||
],
|
||||
)
|
||||
|
@ -39,7 +39,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_uber_go_goleak//:goleak",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -13,7 +13,7 @@ go_library(
|
|||
"//debugd/service",
|
||||
"//internal/constants",
|
||||
"//internal/logger",
|
||||
"@org_golang_google_grpc//:go_default_library",
|
||||
"@org_golang_google_grpc//:grpc",
|
||||
"@org_golang_google_grpc//keepalive",
|
||||
],
|
||||
)
|
||||
|
@ -32,7 +32,7 @@ go_test(
|
|||
"//internal/logger",
|
||||
"@com_github_stretchr_testify//assert",
|
||||
"@com_github_stretchr_testify//require",
|
||||
"@org_golang_google_grpc//:go_default_library",
|
||||
"@org_golang_google_grpc//:grpc",
|
||||
"@org_golang_google_grpc//credentials/insecure",
|
||||
"@org_uber_go_goleak//:goleak",
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue