Skip to content

Commit 62a7562

Browse files
Update module github.com/rancher/wrangler to v3
1 parent 41d32d7 commit 62a7562

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

Diff for: go.mod

+6-5
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ replace (
4343
require (
4444
github.com/google/go-containerregistry v0.19.0
4545
github.com/mattn/go-colorable v0.1.13
46-
github.com/rancher/lasso v0.0.0-20230830164424-d684fdeb6f29
46+
github.com/rancher/lasso v0.0.0-20240705194423-b2a060d103c1
4747
github.com/rancher/wharfie v0.6.6
48-
github.com/rancher/wrangler v1.1.1
48+
github.com/rancher/wrangler v1.1.2
49+
github.com/rancher/wrangler/v3 v3.0.0
4950
github.com/sirupsen/logrus v1.9.3
5051
github.com/urfave/cli/v2 v2.25.7
5152
golang.org/x/sync v0.7.0
@@ -149,10 +150,10 @@ require (
149150
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
150151
gopkg.in/yaml.v2 v2.4.0 // indirect
151152
gopkg.in/yaml.v3 v3.0.1 // indirect
152-
k8s.io/apiextensions-apiserver v0.25.4 // indirect
153-
k8s.io/apiserver v0.29.7 // indirect
153+
k8s.io/apiextensions-apiserver v0.30.0 // indirect
154+
k8s.io/apiserver v0.30.0 // indirect
154155
k8s.io/cloud-provider v0.0.0 // indirect
155-
k8s.io/component-base v0.29.7 // indirect
156+
k8s.io/component-base v0.30.0 // indirect
156157
k8s.io/controller-manager v0.29.7 // indirect
157158
k8s.io/klog/v2 v2.120.1 // indirect
158159
k8s.io/kms v0.29.7 // indirect

Diff for: go.sum

+5
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,15 @@ github.com/rancher/dynamiclistener v0.3.5 h1:5TaIHvkDGmZKvc96Huur16zfTKOiLhDtK4S
167167
github.com/rancher/dynamiclistener v0.3.5/go.mod h1:dW/YF6/m2+uEyJ5VtEcd9THxda599HP6N9dSXk81+k0=
168168
github.com/rancher/lasso v0.0.0-20230830164424-d684fdeb6f29 h1:+kige/h8/LnzWgPjB5NUIHz/pWiW/lFpqcTUkN5uulY=
169169
github.com/rancher/lasso v0.0.0-20230830164424-d684fdeb6f29/go.mod h1:kgk9kJVMj9FIrrXU0iyM6u/9Je4bEjPImqswkTVaKsQ=
170+
github.com/rancher/lasso v0.0.0-20240705194423-b2a060d103c1 h1:vv1jDlYbd4KhGbPNxmjs8CYgEHUrQm2bMtmULfXJ6iw=
171+
github.com/rancher/lasso v0.0.0-20240705194423-b2a060d103c1/go.mod h1:A/y3BLQkxZXYD60MNDRwAG9WGxXfvd6Z6gWR/a8wPw8=
170172
github.com/rancher/wharfie v0.6.6 h1:ESxPxBDiq9RXd8G9fC71qc7+AbetThVtxPC9K8VVZ2Y=
171173
github.com/rancher/wharfie v0.6.6/go.mod h1:sfCy07HF8EE1MDKhpDc/cLptLTiTC0y/wisD44gr8uc=
172174
github.com/rancher/wrangler v1.1.1 h1:wmqUwqc2M7ADfXnBCJTFkTB5ZREWpD78rnZMzmxwMvM=
173175
github.com/rancher/wrangler v1.1.1/go.mod h1:ioVbKupzcBOdzsl55MvEDN0R1wdGggj8iNCYGFI5JvM=
176+
github.com/rancher/wrangler v1.1.2 h1:oXbXo9k7y/H4drUpb4RM1c++vT9O3rpoNEfyusGykiU=
177+
github.com/rancher/wrangler v1.1.2/go.mod h1:2k9MyhlBdjcutcBGoOJSUAz0HgDAXnMjv81d3n/AaQc=
178+
github.com/rancher/wrangler/v3 v3.0.0/go.mod h1:Dfckuuq7MJk2JWVBDywRlZXMxEyPxHy4XqGrPEzu5Eg=
174179
github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8=
175180
github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4=
176181
github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=

0 commit comments

Comments
 (0)