Skip to content

Commit

Permalink
Upgrade Kubernetes module to the latest version v0.27.3
Browse files Browse the repository at this point in the history
  • Loading branch information
payamQorbanpour committed Jul 19, 2023
1 parent 317ba29 commit 74947c7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 89 deletions.
8 changes: 5 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ require (
github.com/spf13/viper v1.16.0
golang.org/x/tools v0.11.0
gopkg.in/yaml.v3 v3.0.1
k8s.io/api v0.22.5
k8s.io/apimachinery v0.22.5
k8s.io/api v0.27.3
k8s.io/apimachinery v0.27.3
)

require (
Expand Down Expand Up @@ -69,6 +69,8 @@ require (
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
k8s.io/klog/v2 v2.80.1 // indirect
k8s.io/klog/v2 v2.90.1 // indirect
k8s.io/utils v0.0.0-20230209194617-a36077c30491 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
)
Loading

0 comments on commit 74947c7

Please sign in to comment.