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 00e4baf commit 120e633Copy full SHA for 120e633
go.mod
@@ -15,11 +15,10 @@ require (
15
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
16
github.com/otiai10/copy v1.7.0
17
github.com/pkg/errors v0.9.1
18
- github.com/spf13/cobra v1.2.1
+ github.com/spf13/cobra v1.3.0
19
github.com/stretchr/testify v1.7.0
20
github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e
21
golang.org/x/mod v0.5.1
22
- golang.org/x/net v0.0.0-20210610132358-84b48f89b13b // indirect
23
- golang.org/x/sys v0.0.0-20210611083646-a4fc73990273
+ golang.org/x/sys v0.0.0-20211205182925-97ca703d548d
24
gopkg.in/yaml.v2 v2.4.0
25
)
0 commit comments