Skip to content

Commit 65609e6

Browse files
fix(deps): update module github.com/urfave/cli/v2 to v3
1 parent aa6148d commit 65609e6

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

go.mod

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
module github.com/diegopereiraeng/drone-plugin-sonar
22

3-
go 1.18
3+
go 1.22
4+
5+
toolchain go1.24.3
46

57
require (
68
github.com/joho/godotenv v1.5.1
9+
github.com/pelletier/go-toml v1.9.5
710
github.com/pelletier/go-toml/v2 v2.0.9
811
github.com/sirupsen/logrus v1.9.3
9-
github.com/urfave/cli/v2 v2.25.7
12+
github.com/urfave/cli v1.22.15
13+
github.com/urfave/cli/v3 v3.3.3
1014
)
1115

1216
require (
1317
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
14-
github.com/pelletier/go-toml v1.9.5 // indirect
1518
github.com/russross/blackfriday/v2 v2.1.0 // indirect
1619
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
17-
github.com/urfave/cli v1.22.15 // indirect
1820
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
1921
)

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ github.com/urfave/cli v1.22.14/go.mod h1:X0eDS6pD6Exaclxm99NJ3FiCDRED7vIHpx2mDOH
4646
github.com/urfave/cli v1.22.15 h1:nuqt+pdC/KqswQKhETJjo7pvn/k4xMUxgW6liI7XpnM=
4747
github.com/urfave/cli v1.22.15/go.mod h1:wSan1hmo5zeyLGBjRJbzRTNk8gwoYa2B9n4q9dmRIc0=
4848
github.com/urfave/cli/v2 v2.25.7/go.mod h1:8qnjx1vcq5s2/wpsqoZFndg2CE5tNFyrTvS6SinrnYQ=
49+
github.com/urfave/cli/v3 v3.3.3/go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo=
4950
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673/go.mod h1:N3UwUGtsrSj3ccvlPHLoLsHnpR27oXr4ZE984MbSER8=
5051
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 h1:YyJpGZS1sBuBCzLAR1VEpK193GlqGZbnPFnPV/5Rsb4=
5152
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=

0 commit comments

Comments
 (0)