Update K8s deps to 0.28 and update generated code
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
module github.com/kubernetes-csi/external-snapshotter/client/v6
|
||||
|
||||
go 1.19
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
k8s.io/api v0.26.0
|
||||
k8s.io/apimachinery v0.26.0
|
||||
k8s.io/client-go v0.26.0
|
||||
k8s.io/code-generator v0.26.0
|
||||
k8s.io/api v0.28.0
|
||||
k8s.io/apimachinery v0.28.0
|
||||
k8s.io/client-go v0.28.0
|
||||
k8s.io/code-generator v0.28.1
|
||||
)
|
||||
|
||||
require (
|
||||
|
Reference in New Issue
Block a user