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 98edaf3 commit 218431aCopy full SHA for 218431a
go.mod
@@ -8,8 +8,9 @@ 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.2
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
)
0 commit comments