We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b14ea1f commit 7a9f18aCopy full SHA for 7a9f18a
go.mod
@@ -10,7 +10,7 @@ require (
10
github.com/mitchellh/ioprogress v0.0.0-20180201004757-6a23b12fa88e
11
github.com/pkg/errors v0.9.1
12
github.com/sirupsen/logrus v1.9.3
13
- github.com/spf13/cobra v1.8.1
+ github.com/spf13/cobra v1.9.1
14
github.com/stretchr/testify v1.10.0
15
golang.org/x/oauth2 v0.27.0
16
)
@@ -35,7 +35,7 @@ require (
35
github.com/pmezard/go-difflib v1.0.0 // indirect
36
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
37
github.com/skeema/knownhosts v1.3.0 // indirect
38
- github.com/spf13/pflag v1.0.5 // indirect
+ github.com/spf13/pflag v1.0.6 // indirect
39
github.com/xanzy/ssh-agent v0.3.3 // indirect
40
golang.org/x/crypto v0.32.0 // indirect
41
golang.org/x/mod v0.19.0 // indirect
go.sum
0 commit comments