File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
10
10
github.com/obalunenko/version v1.1.0
11
11
github.com/savioxavier/termlink v1.3.0
12
12
github.com/stretchr/testify v1.8.4
13
- github.com/urfave/cli/v2 v2.25.5
13
+ github.com/urfave/cli/v2 v2.25.6
14
14
)
15
15
16
16
require (
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
46
46
github.com/stretchr/testify v1.7.0 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
47
47
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk =
48
48
github.com/stretchr/testify v1.8.4 /go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo =
49
- github.com/urfave/cli/v2 v2.25.5 h1:d0NIAyhh5shGscroL7ek/Ya9QYQE0KNabJgiUinIQkc =
50
- github.com/urfave/cli/v2 v2.25.5 /go.mod h1:GHupkWPMM0M/sj1a2b4wUrWBPzazNrIjouW6fmdJLxc =
49
+ github.com/urfave/cli/v2 v2.25.6 h1:yuSkgDSZfH3L1CjF2/5fNNg2KbM47pY2EvjBq4ESQnU =
50
+ github.com/urfave/cli/v2 v2.25.6 /go.mod h1:8qnjx1vcq5s2/wpsqoZFndg2CE5tNFyrTvS6SinrnYQ =
51
51
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 h1:bAn7/zixMGCfxrRTfdpNzjtPYqr8smhKouy9mxVdGPU =
52
52
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 /go.mod h1:N3UwUGtsrSj3ccvlPHLoLsHnpR27oXr4ZE984MbSER8 =
53
53
golang.org/x/sys v0.0.0-20181122145206-62eef0e2fa9b /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ github.com/sirupsen/logrus
63
63
## explicit; go 1.20
64
64
github.com/stretchr/testify/assert
65
65
github.com/stretchr/testify/require
66
- # github.com/urfave/cli/v2 v2.25.5
66
+ # github.com/urfave/cli/v2 v2.25.6
67
67
## explicit; go 1.18
68
68
github.com/urfave/cli/v2
69
69
# github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
You can’t perform that action at this time.
0 commit comments