We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64878f2 commit 87806caCopy full SHA for 87806ca
go.mod
@@ -47,6 +47,7 @@ require (
47
github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7
48
github.com/spf13/cast v1.7.0
49
github.com/spf13/cobra v1.8.1
50
+ github.com/spf13/pflag v1.0.5
51
github.com/spf13/viper v1.19.0
52
github.com/twmb/murmur3 v1.1.8
53
github.com/ulikunitz/xz v0.6.0-alpha.3
@@ -164,7 +165,6 @@ require (
164
165
github.com/skeema/knownhosts v1.3.0 // indirect
166
github.com/sourcegraph/conc v0.3.0 // indirect
167
github.com/spf13/afero v1.11.0 // indirect
- github.com/spf13/pflag v1.0.5 // indirect
168
github.com/subosito/gotenv v1.6.0 // indirect
169
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
170
github.com/temoto/robotstxt v1.1.2 // indirect
0 commit comments