Update go dependencies and cleanup deprecated packages
This commit is contained in:
parent
03a1e20fde
commit
44fd79d061
1099 changed files with 75691 additions and 31913 deletions
2
vendor/k8s.io/client-go/plugin/pkg/client/auth/azure/BUILD
generated
vendored
2
vendor/k8s.io/client-go/plugin/pkg/client/auth/azure/BUILD
generated
vendored
|
|
@ -9,6 +9,7 @@ load(
|
|||
go_test(
|
||||
name = "go_default_test",
|
||||
srcs = ["azure_test.go"],
|
||||
importpath = "k8s.io/client-go/plugin/pkg/client/auth/azure",
|
||||
library = ":go_default_library",
|
||||
deps = ["//vendor/github.com/Azure/go-autorest/autorest/adal:go_default_library"],
|
||||
)
|
||||
|
|
@ -16,6 +17,7 @@ go_test(
|
|||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = ["azure.go"],
|
||||
importpath = "k8s.io/client-go/plugin/pkg/client/auth/azure",
|
||||
deps = [
|
||||
"//vendor/github.com/Azure/go-autorest/autorest:go_default_library",
|
||||
"//vendor/github.com/Azure/go-autorest/autorest/adal:go_default_library",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue