Skip to content

Commit

Permalink
Merge pull request #180 from h3poteto/update/k8s/1.23
Browse files Browse the repository at this point in the history
Update k8s libraries version to 1.23
  • Loading branch information
h3poteto committed Oct 9, 2022
2 parents f8351c3 + 0aa718a commit a835189
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 23 deletions.
8 changes: 5 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ require (
github.com/sirupsen/logrus v1.9.0
github.com/spf13/cobra v1.5.0
github.com/spf13/viper v1.13.0
k8s.io/api v0.22.8
k8s.io/apimachinery v0.22.8
k8s.io/client-go v0.22.8
k8s.io/api v0.23.12
k8s.io/apimachinery v0.23.12
k8s.io/client-go v0.23.12
k8s.io/klog/v2 v2.60.1
)

Expand Down Expand Up @@ -53,7 +53,9 @@ require (
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect
k8s.io/utils v0.0.0-20211116205334-6203023598ed // indirect
sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
sigs.k8s.io/yaml v1.2.0 // indirect
)

0 comments on commit a835189

Please sign in to comment.