File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files cha
8000
nged +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
9
9
github.com/obalunenko/logger v0.4.1
10
10
github.com/obalunenko/version v1.1.0
11
11
github.com/stretchr/testify v1.8.0
12
- github.com/urfave/cli/v2 v2.11.0
12
+ github.com/urfave/cli/v2 v2.11.1
13
13
)
14
14
15
15
require (
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf
45
45
github.com/stretchr/testify v1.7.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
46
46
github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk =
47
47
github.com/stretchr/testify v1.8.0 /go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU =
48
- github.com/urfave/cli/v2 v2.11.0 h1:c6bD90aLd2iEsokxhxkY5Er0zA2V9fId2aJfwmrF+do =
49
- github.com/urfave/cli/v2 v2.11.0 /go.mod h1:f8iq5LtQ/bLxafbdBSLPPNsgaW0l/2fYYEHhAyPlwvo =
48
+ github.com/urfave/cli/v2 v2.11.1 h1:UKK6SP7fV3eKOefbS87iT9YHefv7iB/53ih6e+GNAsE =
49
+ github.com/urfave/cli/v2 v2.11.1 /go.mod h1:f8iq5LtQ/bLxafbdBSLPPNsgaW0l/2fYYEHhAyPlwvo =
50
50
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 h1:bAn7/zixMGCfxrRTfdpNzjtPYqr8smhKouy9mxVdGPU =
51
51
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 /go.mod h1:N3UwUGtsrSj3ccvlPHLoLsHnpR27oXr4ZE984MbSER8 =
52
52
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 @@ -58,7 +58,7 @@ github.com/sirupsen/logrus
58
58
## explicit; go 1.13
59
59
github.com/stretchr/testify/assert
60
60
github.com/stretchr/testify/require
61
- # github.com/urfave/cli/v2 v2.11.0
61
+ # github.com/urfave/cli/v2 v2.11.1
62
62
## explicit; go 1.18
63
63
github.com/urfave/cli/v2
64
64
# github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
You can’t perform that action at this time.
0 commit comments