Skip to content

Commit

Permalink
chore: upgrade dependencies for k8s 1.25
Browse files Browse the repository at this point in the history
Signed-off-by: Sahil Badla <[email protected]>
  • Loading branch information
sahilbadla committed Sep 27, 2023
1 parent 183ffc7 commit 43e3b8c
Show file tree
Hide file tree
Showing 2 changed files with 543 additions and 274 deletions.
15 changes: 8 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ require (
github.com/ghodss/yaml v1.0.0
github.com/gobwas/glob v0.2.3
github.com/kyokomi/emoji v2.2.4+incompatible
github.com/onsi/gomega v1.7.0
github.com/onsi/gomega v1.27.10
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.1.3
k8s.io/api v0.21.3
k8s.io/apimachinery v0.21.3
k8s.io/client-go v0.21.3
k8s.io/kubectl v0.21.3
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.4.0
golang.org/x/net v0.15.0 // indirect
k8s.io/api v0.25.14
k8s.io/apimachinery v0.25.14
k8s.io/client-go v0.25.14
k8s.io/kubectl v0.25.14
)
Loading

0 comments on commit 43e3b8c

Please sign in to comment.