bazel run //:tidy

This commit is contained in:
miampf 2024-01-22 13:40:24 +01:00
parent d6f534db4a
commit 00a2c9861d
No known key found for this signature in database
GPG key ID: 376EAC0E5307A669
57 changed files with 5 additions and 98 deletions

View file

@ -12,9 +12,7 @@ go_library(
deps = [
"//hack/qemu-metadata-api/virtwrapper",
"//internal/cloud/metadata",
"//internal/logger",
"//internal/role",
"@org_uber_go_zap//:zap",
],
)