Skip to content

Commit

Permalink
Update bazel go_default_test deps according with new dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
NMFR committed May 14, 2020
1 parent 21dc2dc commit 9aca435
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -10,7 +10,10 @@ go_test(
name = "go_default_test",
srcs = ["gcp_test.go"],
embed = [":go_default_library"],
deps = ["//vendor/golang.org/x/oauth2:go_default_library"],
deps = [
"//staging/src/k8s.io/client-go/rest:go_default_library",
"//vendor/golang.org/x/oauth2:go_default_library",
],
)

go_library(
Expand Down

0 comments on commit 9aca435

Please sign in to comment.