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/util/cert/BUILD
generated
vendored
2
vendor/k8s.io/client-go/util/cert/BUILD
generated
vendored
|
|
@ -13,6 +13,7 @@ go_test(
|
|||
"pem_test.go",
|
||||
],
|
||||
data = glob(["testdata/**"]),
|
||||
importpath = "k8s.io/client-go/util/cert",
|
||||
library = ":go_default_library",
|
||||
)
|
||||
|
||||
|
|
@ -27,6 +28,7 @@ go_library(
|
|||
data = [
|
||||
"testdata/dontUseThisKey.pem",
|
||||
],
|
||||
importpath = "k8s.io/client-go/util/cert",
|
||||
)
|
||||
|
||||
filegroup(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue