We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8fd61c commit 9d6f5a8Copy full SHA for 9d6f5a8
go.mod
@@ -22,12 +22,11 @@ require (
22
github.com/rivo/uniseg v0.1.0
23
github.com/shurcooL/githubv4 v0.0.0-20200802174311-f27d2ca7f6d5
24
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f
25
- github.com/spf13/cobra v1.0.0
+ github.com/spf13/cobra v1.1.1
26
github.com/spf13/pflag v1.0.5
27
github.com/stretchr/testify v1.6.1
28
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
29
golang.org/x/text v0.3.3 // indirect
30
- gopkg.in/yaml.v2 v2.2.8 // indirect
31
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
32
)
33
0 commit comments