We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e433dde commit 95196e8Copy full SHA for 95196e8
go.mod
@@ -9,6 +9,7 @@ require (
9
github.com/spf13/cobra v1.10.2
10
github.com/spf13/pflag v1.0.10
11
github.com/spf13/viper v1.21.0
12
+ golang.org/x/sync v0.20.0
13
)
14
15
require (
@@ -66,7 +67,6 @@ require (
66
67
go.uber.org/atomic v1.11.0 // indirect
68
go.yaml.in/yaml/v3 v3.0.4 // indirect
69
golang.org/x/crypto v0.48.0 // indirect
- golang.org/x/sync v0.20.0 // indirect
70
golang.org/x/sys v0.42.0 // indirect
71
golang.org/x/text v0.34.0 // indirect
72
golang.org/x/time v0.15.0 // indirect
0 commit comments