@@ -43,10 +43,11 @@ replace (
43
43
require (
44
44
github.com/google/go-containerregistry v0.20.2
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/permissions v0.0.0-20240924180251-69b0dcb34065
48
48
github.com/rancher/wharfie v0.6.7
49
- github.com/rancher/wrangler v1.1.1
49
+ github.com/rancher/wrangler v1.1.2
50
+ github.com/rancher/wrangler/v3 v3.0.0
50
51
github.com/sirupsen/logrus v1.9.3
51
52
github.com/urfave/cli/v2 v2.25.7
52
53
golang.org/x/sync v0.7.0
@@ -150,10 +151,10 @@ require (
150
151
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
151
152
gopkg.in/yaml.v2 v2.4.0 // indirect
152
153
gopkg.in/yaml.v3 v3.0.1 // indirect
153
- k8s.io/apiextensions-apiserver v0.25.4 // indirect
154
- k8s.io/apiserver v0.29.7 // indirect
154
+ k8s.io/apiextensions-apiserver v0.30.0 // indirect
155
+ k8s.io/apiserver v0.30.0 // indirect
155
156
k8s.io/cloud-provider v0.0.0 // indirect
156
- k8s.io/component-base v0.29.7 // indirect
157
+ k8s.io/component-base v0.30.0 // indirect
157
158
k8s.io/controller-manager v0.29.7 // indirect
158
159
k8s.io/klog/v2 v2.130.1 // indirect
159
160
k8s.io/kms v0.29.7 // indirect
0 commit comments