Skip to content

Commit

Permalink
bazel update for log test fix
Browse files Browse the repository at this point in the history
Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
  • Loading branch information
meyskens committed Aug 12, 2020
1 parent 04d3a8d commit 4c85d7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/issuer/acme/dns/route53/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ go_test(
embed = [":go_default_library"],
deps = [
"//pkg/issuer/acme/dns/util:go_default_library",
"//pkg/logs:go_default_library",
"@com_github_aws_aws_sdk_go//aws:go_default_library",
"@com_github_aws_aws_sdk_go//aws/credentials:go_default_library",
"@com_github_aws_aws_sdk_go//aws/session:go_default_library",
Expand Down
1 change: 1 addition & 0 deletions pkg/issuer/venafi/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ go_test(
"//pkg/controller/test:go_default_library",
"//pkg/issuer/venafi/client:go_default_library",
"//pkg/issuer/venafi/client/fake:go_default_library",
"//pkg/logs:go_default_library",
"//pkg/util:go_default_library",
"//test/unit/gen:go_default_library",
"@io_k8s_client_go//listers/core/v1:go_default_library",
Expand Down

0 comments on commit 4c85d7e

Please sign in to comment.