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/transport/BUILD
generated
vendored
2
vendor/k8s.io/client-go/transport/BUILD
generated
vendored
|
|
@ -13,6 +13,7 @@ go_test(
|
|||
"round_trippers_test.go",
|
||||
"transport_test.go",
|
||||
],
|
||||
importpath = "k8s.io/client-go/transport",
|
||||
library = ":go_default_library",
|
||||
)
|
||||
|
||||
|
|
@ -24,6 +25,7 @@ go_library(
|
|||
"round_trippers.go",
|
||||
"transport.go",
|
||||
],
|
||||
importpath = "k8s.io/client-go/transport",
|
||||
deps = [
|
||||
"//vendor/github.com/golang/glog:go_default_library",
|
||||
"//vendor/github.com/gregjones/httpcache:go_default_library",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue