Skip to content

Commit

Permalink
Update kubernetes to v1.24
Browse files Browse the repository at this point in the history
Start migrating to lease locks

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
  • Loading branch information
brandond committed May 6, 2022
1 parent 004e382 commit 6bd33ae
Show file tree
Hide file tree
Showing 3 changed files with 733 additions and 290 deletions.
29 changes: 12 additions & 17 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,22 @@ module github.com/rancher/wrangler
go 1.16

require (
github.com/evanphx/json-patch v4.9.0+incompatible
github.com/evanphx/json-patch v4.12.0+incompatible
github.com/ghodss/yaml v1.0.0
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect
github.com/google/go-cmp v0.3.1 // indirect
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/moby/locker v1.0.1
github.com/onsi/gomega v1.8.1 // indirect
github.com/pkg/errors v0.9.1
github.com/rancher/lasso v0.0.0-20210616224652-fc3ebd901c08
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
golang.org/x/tools v0.0.0-20210106214847-113979e3529a
google.golang.org/appengine v1.6.1 // indirect
k8s.io/api v0.18.19
k8s.io/apiextensions-apiserver v0.18.19
k8s.io/apimachinery v0.18.19
k8s.io/client-go v0.18.19
k8s.io/code-generator v0.18.19
k8s.io/gengo v0.0.0-20200114144118-36b2048a9120
k8s.io/kube-aggregator v0.18.19
sigs.k8s.io/cli-utils v0.16.0
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/tools v0.1.10-0.20220218145154-897bd77cd717
k8s.io/api v0.24.0
k8s.io/apiextensions-apiserver v0.24.0
k8s.io/apimachinery v0.24.0
k8s.io/client-go v0.24.0
k8s.io/code-generator v0.24.0
k8s.io/gengo v0.0.0-20211129171323-c02415ce4185
k8s.io/kube-aggregator v0.24.0
sigs.k8s.io/cli-utils v0.27.0
)
Loading

0 comments on commit 6bd33ae

Please sign in to comment.