Skip to content

Commit

Permalink
chore(deps): move pflag to direct
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Aug 22, 2024
1 parent 64878f2 commit 87806ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ require (
github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7
github.com/spf13/cast v1.7.0
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.19.0
github.com/twmb/murmur3 v1.1.8
github.com/ulikunitz/xz v0.6.0-alpha.3
Expand Down Expand Up @@ -164,7 +165,6 @@ require (
github.com/skeema/knownhosts v1.3.0 // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
github.com/temoto/robotstxt v1.1.2 // indirect
Expand Down

0 comments on commit 87806ca

Please sign in to comment.