Skip to content

Commit 6280787

Browse files
chore(deps): update module github.com/urfave/cli/v2 to v3
1 parent 8ce282c commit 6280787

File tree

8 files changed

+9
-17
lines changed

8 files changed

+9
-17
lines changed

cmd/rke2_release/components.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"text/tabwriter"
99

1010
"github.com/rancher/ecm-distro-tools/repository"
11-
"github.com/urfave/cli/v2"
11+
"github.com/urfave/cli/v3"
1212
)
1313

1414
func componentsCommand() *cli.Command {

cmd/rke2_release/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"os"
55

66
"github.com/sirupsen/logrus"
7-
"github.com/urfave/cli/v2"
7+
"github.com/urfave/cli/v3"
88
)
99

1010
var rootFlags = []cli.Flag{

cmd/rke2_release/update_image_build_base.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66

77
"github.com/rancher/ecm-distro-tools/release/rke2"
88
"github.com/rancher/ecm-distro-tools/repository"
9-
"github.com/urfave/cli/v2"
9+
"github.com/urfave/cli/v3"
1010
)
1111

1212
func imageBuildBaseReleaseCommand() *cli.Command {

cmd/semv/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
"github.com/Masterminds/semver/v3"
1414
"github.com/sirupsen/logrus"
15-
"github.com/urfave/cli/v2"
15+
"github.com/urfave/cli/v3"
1616
"sigs.k8s.io/yaml"
1717
)
1818

cmd/test_coverage/coverage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
grob "github.com/MetalBlueberry/go-plotly/graph_objects"
1212
"github.com/MetalBlueberry/go-plotly/offline"
13-
"github.com/urfave/cli/v2"
13+
"github.com/urfave/cli/v3"
1414
"sigs.k8s.io/yaml"
1515
)
1616

cmd/test_coverage/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"os"
55

66
"github.com/sirupsen/logrus"
7-
"github.com/urfave/cli/v2"
7+
"github.com/urfave/cli/v3"
88
)
99

1010
var (

go.mod

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/aws/aws-sdk-go-v2/service/s3 v1.90.0
2424
github.com/briandowns/spinner v1.23.2
2525
github.com/spf13/cobra v1.10.1
26-
github.com/urfave/cli/v2 v2.27.7
26+
github.com/urfave/cli/v3 v3.5.0
2727
golang.org/x/sync v0.15.0
2828
golang.org/x/text v0.26.0
2929
gopkg.in/yaml.v3 v3.0.1
@@ -78,7 +78,6 @@ require (
7878
github.com/Masterminds/semver/v3 v3.4.0
7979
github.com/Microsoft/go-winio v0.6.2 // indirect
8080
github.com/ProtonMail/go-crypto v1.1.6 // indirect
81-
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
8281
github.com/emirpasic/gods v1.18.1 // indirect
8382
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
8483
github.com/go-git/go-billy/v5 v5.6.2 // indirect
@@ -88,10 +87,8 @@ require (
8887
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
8988
github.com/kevinburke/ssh_config v1.2.0 // indirect
9089
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 // indirect
91-
github.com/russross/blackfriday/v2 v2.1.0 // indirect
9290
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
9391
github.com/xanzy/ssh-agent v0.3.3 // indirect
94-
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
9592
golang.org/x/net v0.41.0 // indirect
9693
golang.org/x/sys v0.33.0 // indirect
9794
gopkg.in/warnings.v0 v0.1.2 // indirect

go.sum

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ github.com/cloudflare/circl v1.6.1/go.mod h1:uddAzsPgqdMAYatqJ0lsjX1oECcQLIlRpzZ
5757
github.com/containerd/stargz-snapshotter/estargz v0.16.3 h1:7evrXtoh1mSbGj/pfRccTampEyKpjpOnS3CyiV1Ebr8=
5858
github.com/containerd/stargz-snapshotter/estargz v0.16.3/go.mod h1:uyr4BfYfOj3G9WBVE8cOlQmXAbPN9VEQpBBeJIuOipU=
5959
github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
60-
github.com/cpuguy83/go-md2man/v2 v2.0.7 h1:zbFlGlXEAKlwXpmvle3d8Oe3YnkKIK4xSRTd3sHPnBo=
61-
github.com/cpuguy83/go-md2man/v2 v2.0.7/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
6260
github.com/cyphar/filepath-securejoin v0.4.1 h1:JyxxyPEaktOD+GAnqIqTf9A8tHyAG22rowi7HkoSU1s=
6361
github.com/cyphar/filepath-securejoin v0.4.1/go.mod h1:Sdj7gXlvMcPZsbhwhQ33GguGLDGQL7h7bg04C/+u9jI=
6462
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
@@ -177,7 +175,6 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRI
177175
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
178176
github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ=
179177
github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc=
180-
github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=
181178
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
182179
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 h1:n661drycOFuPLCN3Uc8sB6B/s6Z4t2xvBgU1htSHuq8=
183180
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4=
@@ -197,14 +194,12 @@ github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5
197194
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
198195
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
199196
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
200-
github.com/urfave/cli/v2 v2.27.7 h1:bH59vdhbjLv3LAvIu6gd0usJHgoTTPhCFib8qqOwXYU=
201-
github.com/urfave/cli/v2 v2.27.7/go.mod h1:CyNAG/xg+iAOg0N4MPGZqVmv2rCoP267496AOXUZjA4=
197+
github.com/urfave/cli/v3 v3.5.0 h1:qCuFMmdayTF3zmjG8TSsoBzrDqszNrklYg2x3g4MSgw=
198+
github.com/urfave/cli/v3 v3.5.0/go.mod h1:ysVLtOEmg2tOy6PknnYVhDoouyC/6N42TMeoMzskhso=
202199
github.com/vbatts/tar-split v0.12.1 h1:CqKoORW7BUWBe7UL/iqTVvkTBOF8UvOMKOIZykxnnbo=
203200
github.com/vbatts/tar-split v0.12.1/go.mod h1:eF6B6i6ftWQcDqEn3/iGFRFRo8cBIMSJVOpnNdfTMFA=
204201
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=
205202
github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw=
206-
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 h1:gEOO8jv9F4OT7lGCjxCBTO/36wtF6j2nSip77qHd4x4=
207-
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1/go.mod h1:Ohn+xnUBiLI6FVj/9LpzZWtj1/D6lUovWYBkxHVV3aM=
208203
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
209204
go.opentelemetry.io/auto/sdk v1.1.0 h1:cH53jehLUN6UFLY71z+NDOiNJqDdPRaXzTel0sJySYA=
210205
go.opentelemetry.io/auto/sdk v1.1.0/go.mod h1:3wSPjt5PWp2RhlCcmmOial7AvC4DQqZb7a7wCow3W8A=

0 commit comments

Comments
 (0)