We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c939814 commit b31a9f2Copy full SHA for b31a9f2
go.mod
@@ -24,6 +24,7 @@ require (
24
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
25
github.com/shirou/gopsutil v3.21.11+incompatible
26
github.com/spf13/cobra v1.8.1
27
+ github.com/spf13/pflag v1.0.5
28
github.com/spf13/viper v1.13.0
29
github.com/stretchr/testify v1.10.0
30
golang.org/x/mod v0.22.0
@@ -186,7 +187,6 @@ require (
186
187
github.com/spf13/afero v1.8.2 // indirect
188
github.com/spf13/cast v1.7.0 // indirect
189
github.com/spf13/jwalterweatherman v1.1.0 // indirect
- github.com/spf13/pflag v1.0.5 // indirect
190
github.com/spiffe/go-spiffe/v2 v2.1.7 // indirect
191
github.com/stoewer/go-strcase v1.3.0 // indirect
192
github.com/subosito/gotenv v1.4.1 // indirect
0 commit comments