File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11module github.com/diegopereiraeng/drone-plugin-sonar
22
3- go 1.18
3+ go 1.21.0
4+
5+ toolchain go1.24.6
46
57require (
68 github.com/joho/godotenv v1.5.1
7- github.com/pelletier/go-toml/v2 v2.0.9
9+ github.com/pelletier/go-toml v1.9.5
10+ github.com/pelletier/go-toml/v2 v2.2.4
811 github.com/sirupsen/logrus v1.9.3
12+ github.com/urfave/cli v1.22.15
913 github.com/urfave/cli/v2 v2.25.7
1014)
1115
1216require (
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)
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ github.com/joho/godotenv v1.5.1/go.mod h1:f4LDr5Voq0i2e/R5DDNOoa2zzDfwtkZa6DnEwA
1414mygithub.libinneed.workers.dev/pelletier/go-toml v1.9.5 h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8 =
1515mygithub.libinneed.workers.dev/pelletier/go-toml v1.9.5 /go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c =
1616mygithub.libinneed.workers.dev/pelletier/go-toml/v2 v2.0.9 /go.mod h1:tJU2Z3ZkXwnxa4DPO899bsyIoywizdUvyaeZurnPPDc =
17+ github.com/pelletier/go-toml/v2 v2.2.4 /go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY =
1718mygithub.libinneed.workers.dev/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
1819mygithub.libinneed.workers.dev/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
1920mygithub.libinneed.workers.dev/russross/blackfriday/v2 v2.0.1 h1:lPqVAte+HuHNfhJ/0LC98ESWRz8afy9tM/0RK8m9o+Q =
You can’t perform that action at this time.
0 commit comments