We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 181f403 commit a7f6804Copy full SHA for a7f6804
1 file changed
go.mod
@@ -14,6 +14,7 @@ require (
14
github.com/muesli/termenv v0.16.0
15
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
16
github.com/spf13/cobra v1.10.2
17
+ github.com/spf13/pflag v1.0.10
18
github.com/spf13/viper v1.21.0
19
github.com/stretchr/testify v1.11.1
20
github.com/zalando/go-keyring v0.2.6
@@ -71,7 +72,6 @@ require (
71
72
github.com/sagikazarmark/locafero v0.12.0 // indirect
73
github.com/spf13/afero v1.15.0 // indirect
74
github.com/spf13/cast v1.10.0 // indirect
- github.com/spf13/pflag v1.0.10 // indirect
75
github.com/subosito/gotenv v1.6.0 // indirect
76
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
77
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
0 commit comments