We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7111acf commit 000b093Copy full SHA for 000b093
go.mod
@@ -8,8 +8,10 @@ require (
8
github.com/mhristof/go-update v0.1.1
9
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
10
github.com/sirupsen/logrus v1.8.1
11
- github.com/spf13/cobra v1.3.0
+ github.com/spf13/cobra v1.4.0
12
github.com/stretchr/testify v1.7.0
13
+ golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
14
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
15
gopkg.in/yaml.v2 v2.4.0
16
+ gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
17
)
0 commit comments