@@ -43,9 +43,10 @@ replace (
43
43
require (
44
44
github.com/google/go-containerregistry v0.19.0
45
45
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
47
47
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
49
50
github.com/sirupsen/logrus v1.9.3
50
51
github.com/urfave/cli/v2 v2.25.7
51
52
golang.org/x/sync v0.7.0
@@ -149,10 +150,10 @@ require (
149
150
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
150
151
gopkg.in/yaml.v2 v2.4.0 // indirect
151
152
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
154
155
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
156
157
k8s.io/controller-manager v0.29.7 // indirect
157
158
k8s.io/klog/v2 v2.120.1 // indirect
158
159
k8s.io/kms v0.29.7 // indirect
0 commit comments