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 a87af05 commit 27922b7Copy full SHA for 27922b7
go.mod
@@ -25,7 +25,7 @@ require (
25
github.com/stretchr/testify v1.11.1
26
github.com/vrischmann/envconfig v1.4.1
27
go.uber.org/zap v1.27.0
28
- go.yaml.in/yaml/v2 v2.4.2
+ go.yaml.in/yaml/v3 v3.0.4
29
golang.org/x/crypto v0.42.0
30
golang.org/x/sync v0.17.0
31
golang.org/x/time v0.13.0
@@ -141,7 +141,7 @@ require (
141
github.com/xlab/treeprint v1.2.0 // indirect
142
go.uber.org/automaxprocs v1.6.0 // indirect
143
go.uber.org/multierr v1.11.0 // indirect
144
- go.yaml.in/yaml/v3 v3.0.4 // indirect
+ go.yaml.in/yaml/v2 v2.4.2 // indirect
145
golang.org/x/net v0.43.0 // indirect
146
golang.org/x/oauth2 v0.30.0 // indirect
147
golang.org/x/sys v0.36.0 // indirect
0 commit comments