Skip to content

Commit

Permalink
Update kubernetes packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 20, 2023
1 parent 00b6452 commit ac288de
Show file tree
Hide file tree
Showing 2 changed files with 181 additions and 55 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ module github.com/vshn/statefulset-resize-controller
go 1.16

require (
github.com/stretchr/testify v1.7.0
k8s.io/api v0.21.3
k8s.io/apimachinery v0.21.3
k8s.io/client-go v0.21.3
k8s.io/utils v0.0.0-20210722164352-7f3ee0f31471
github.com/stretchr/testify v1.8.1
k8s.io/api v0.27.4
k8s.io/apimachinery v0.27.4
k8s.io/client-go v0.27.4
k8s.io/utils v0.0.0-20230209194617-a36077c30491
sigs.k8s.io/controller-runtime v0.9.5
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20210713022429-8b55f85c90c3
sigs.k8s.io/controller-tools v0.6.2
Expand Down
Loading

0 comments on commit ac288de

Please sign in to comment.