Skip to content

Commit 27922b7

Browse files
committed
go mod tidy
1 parent a87af05 commit 27922b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
github.com/stretchr/testify v1.11.1
2626
github.com/vrischmann/envconfig v1.4.1
2727
go.uber.org/zap v1.27.0
28-
go.yaml.in/yaml/v2 v2.4.2
28+
go.yaml.in/yaml/v3 v3.0.4
2929
golang.org/x/crypto v0.42.0
3030
golang.org/x/sync v0.17.0
3131
golang.org/x/time v0.13.0
@@ -141,7 +141,7 @@ require (
141141
github.com/xlab/treeprint v1.2.0 // indirect
142142
go.uber.org/automaxprocs v1.6.0 // indirect
143143
go.uber.org/multierr v1.11.0 // indirect
144-
go.yaml.in/yaml/v3 v3.0.4 // indirect
144+
go.yaml.in/yaml/v2 v2.4.2 // indirect
145145
golang.org/x/net v0.43.0 // indirect
146146
golang.org/x/oauth2 v0.30.0 // indirect
147147
golang.org/x/sys v0.36.0 // indirect

0 commit comments

Comments
 (0)