diff --git a/go.mod b/go.mod index 5c7932f..b2a2a98 100755 --- a/go.mod +++ b/go.mod @@ -1,19 +1,19 @@ module github.com/diegopereiraeng/drone-plugin-sonar -go 1.18 +go 1.22 require ( github.com/joho/godotenv v1.5.1 + github.com/pelletier/go-toml v1.9.5 github.com/pelletier/go-toml/v2 v2.0.9 github.com/sirupsen/logrus v1.9.3 - github.com/urfave/cli/v2 v2.25.7 + github.com/urfave/cli v1.22.15 + github.com/urfave/cli/v3 v3.5.0 ) require ( github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect - github.com/pelletier/go-toml v1.9.5 // indirect github.com/russross/blackfriday/v2 v2.1.0 // indirect github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect - github.com/urfave/cli v1.22.15 // indirect golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect ) diff --git a/go.sum b/go.sum index 5cd586b..a861395 100644 --- a/go.sum +++ b/go.sum @@ -46,6 +46,7 @@ github.com/urfave/cli v1.22.14/go.mod h1:X0eDS6pD6Exaclxm99NJ3FiCDRED7vIHpx2mDOH github.com/urfave/cli v1.22.15 h1:nuqt+pdC/KqswQKhETJjo7pvn/k4xMUxgW6liI7XpnM= github.com/urfave/cli v1.22.15/go.mod h1:wSan1hmo5zeyLGBjRJbzRTNk8gwoYa2B9n4q9dmRIc0= github.com/urfave/cli/v2 v2.25.7/go.mod h1:8qnjx1vcq5s2/wpsqoZFndg2CE5tNFyrTvS6SinrnYQ= +github.com/urfave/cli/v3 v3.5.0/go.mod h1:ysVLtOEmg2tOy6PknnYVhDoouyC/6N42TMeoMzskhso= github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673/go.mod h1:N3UwUGtsrSj3ccvlPHLoLsHnpR27oXr4ZE984MbSER8= golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 h1:YyJpGZS1sBuBCzLAR1VEpK193GlqGZbnPFnPV/5Rsb4= golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=