Skip to content

Commit 87806ca

Browse files
committed
chore(deps): move pflag to direct
1 parent 64878f2 commit 87806ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ require (
4747
github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7
4848
github.com/spf13/cast v1.7.0
4949
github.com/spf13/cobra v1.8.1
50+
github.com/spf13/pflag v1.0.5
5051
github.com/spf13/viper v1.19.0
5152
github.com/twmb/murmur3 v1.1.8
5253
github.com/ulikunitz/xz v0.6.0-alpha.3
@@ -164,7 +165,6 @@ require (
164165
github.com/skeema/knownhosts v1.3.0 // indirect
165166
github.com/sourcegraph/conc v0.3.0 // indirect
166167
github.com/spf13/afero v1.11.0 // indirect
167-
github.com/spf13/pflag v1.0.5 // indirect
168168
github.com/subosito/gotenv v1.6.0 // indirect
169169
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
170170
github.com/temoto/robotstxt v1.1.2 // indirect

0 commit comments

Comments
 (0)