File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ go 1.18
4
4
5
5
require (
6
6
github.com/joho/godotenv v1.5.1
7
- github.com/pelletier/go-toml/v2 v2.0.9
7
+ github.com/pelletier/go-toml v1.9.5
8
8
github.com/pelletier/go-toml/v2 v2.0.9
9
9
github.com/sirupsen/logrus v1.9.3
10
- github.com/urfave/cli/v2 v2.25.7
11
- github.com/urfave/cli/v2 v2.25.7
10
+ github.com/urfave/cli v1.22.14
11
+ github.com/urfave/cli/v2 v2.27.1
12
12
)
13
13
14
14
require (
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ github.com/urfave/cli v1.22.9/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtX
40
40
github.com/urfave/cli v1.22.14 h1:ebbhrRiGK2i4naQJr+1Xj92HXZCrK7MsyTS/ob3HnAk =
41
41
github.com/urfave/cli v1.22.14 /go.mod h1:X0eDS6pD6Exaclxm99NJ3FiCDRED7vIHpx2mDOHLvkA =
42
42
github.com/urfave/cli/v2 v2.25.7 /go.mod h1:8qnjx1vcq5s2/wpsqoZFndg2CE5tNFyrTvS6SinrnYQ =
43
+ github.com/urfave/cli/v2 v2.27.1 /go.mod h1:8qnjx1vcq5s2/wpsqoZFndg2CE5tNFyrTvS6SinrnYQ =
43
44
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 /go.mod h1:N3UwUGtsrSj3ccvlPHLoLsHnpR27oXr4ZE984MbSER8 =
44
45
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 h1:YyJpGZS1sBuBCzLAR1VEpK193GlqGZbnPFnPV/5Rsb4 =
45
46
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
You can’t perform that action at this time.
0 commit comments