Skip to content

Commit

Permalink
Remove pflag direct dependency
Browse files Browse the repository at this point in the history
This is no longer needed after the admxgen refactor.
  • Loading branch information
GabrielNagy committed May 29, 2024
1 parent 2e384b1 commit 275424a
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 @@ -24,7 +24,6 @@ require (
github.com/pkg/sftp v1.13.6
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.18.2
github.com/stretchr/testify v1.9.0
github.com/termie/go-shutil v0.0.0-20140729215957-bcacb06fecae
Expand Down Expand Up @@ -81,6 +80,7 @@ require (
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/cast v1.6.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
github.com/yuin/goldmark v1.5.4 // indirect
Expand Down

0 comments on commit 275424a

Please sign in to comment.