Skip to content

Commit

Permalink
update to Kubernetes 1.28.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xrstf committed Oct 2, 2023
1 parent db60493 commit b61ed36
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 132 deletions.
10 changes: 5 additions & 5 deletions go.mod
Expand Up @@ -6,9 +6,9 @@ require (
github.com/goware/prefixer v0.0.0-20160118172347-395022866408
github.com/sirupsen/logrus v1.9.3
github.com/spf13/pflag v1.0.5
k8s.io/api v0.27.4
k8s.io/apimachinery v0.27.4
k8s.io/client-go v0.27.4
k8s.io/api v0.28.2
k8s.io/apimachinery v0.28.2
k8s.io/client-go v0.28.2
sigs.k8s.io/yaml v1.3.0
)

Expand All @@ -21,7 +21,7 @@ require (
github.com/go-openapi/swag v0.22.4 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/gnostic v0.6.9 // indirect
github.com/google/gnostic-models v0.6.8 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/uuid v1.3.0 // indirect
Expand All @@ -44,7 +44,7 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/klog/v2 v2.100.1 // indirect
k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.3.0 // indirect
Expand Down

0 comments on commit b61ed36

Please sign in to comment.