Update client library dependency to k8s v1.19
This commit is contained in:
@@ -5,8 +5,8 @@ go 1.15
|
||||
require (
|
||||
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
|
||||
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
|
||||
k8s.io/api v0.19.0-rc.2
|
||||
k8s.io/apimachinery v0.19.0-rc.2
|
||||
k8s.io/client-go v0.19.0-rc.2
|
||||
k8s.io/code-generator v0.19.0-rc.2
|
||||
k8s.io/api v0.19.0
|
||||
k8s.io/apimachinery v0.19.0
|
||||
k8s.io/client-go v0.19.0
|
||||
k8s.io/code-generator v0.19.0
|
||||
)
|
||||
|
Reference in New Issue
Block a user