File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
12
12
github.com/h2non/filetype v1.1.3
13
13
github.com/krolaw/zipstream v0.0.0-20180621105154-0a2661891f94
14
14
github.com/pelletier/go-toml/v2 v2.2.3
15
- github.com/rancher/wrangler v1.1.2
15
+ github.com/rancher/wrangler/v3 v3.0.1
16
16
github.com/sirupsen/logrus v1.9.3
17
17
github.com/stretchr/testify v1.9.0
18
18
github.com/ulikunitz/xz v0.5.12
Original file line number Diff line number Diff line change @@ -87,8 +87,8 @@ github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE
87
87
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
88
88
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U =
89
89
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
90
- github.com/rancher/wrangler v1.1.2 h1:oXbXo9k7y/H4drUpb4RM1c++vT9O3rpoNEfyusGykiU =
91
- github.com/rancher/wrangler v1.1.2 /go.mod h1:2k9MyhlBdjcutcBGoOJSUAz0HgDAXnMjv81d3n/AaQc =
90
+ github.com/rancher/wrangler/v3 v3.0.1 h1:vFsvTYpilYGLCpe6FadsoCnK5A+S0t0dE4C83Anorok =
91
+ github.com/rancher/wrangler/v3 v3.0.1 /go.mod h1:cGBYMrchAW13we6LlubfXAv1EJ3z0QzsXiGKTPr+IXg =
92
92
github.com/rogpeppe/fastuuid v1.1.0 /go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ =
93
93
github.com/rogpeppe/go-internal v1.9.0 /go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs =
94
94
github.com/rogpeppe/go-internal v1.13.1 h1:KvO1DLK/DRN07sQ1LQKScxyZJuNnedQ5/wKSR38lUII =
Original file line number Diff line number Diff line change 5
5
"path"
6
6
7
7
"github.com/apex/log"
8
- "github.com/rancher/wrangler/pkg/signals"
8
+ "github.com/rancher/wrangler/v3/ pkg/signals"
9
9
"github.com/sirupsen/logrus"
10
10
"github.com/urfave/cli/v2"
11
11
You can’t perform that action at this time.
0 commit comments