There was an error while loading. Please reload this page.
1 parent 6fbd472 commit 6c68649Copy full SHA for 6c68649
1 file changed
go.mod
@@ -19,6 +19,7 @@ require (
19
go.uber.org/automaxprocs v1.6.0
20
go.uber.org/zap v1.28.0
21
go.yaml.in/yaml/v2 v2.4.3
22
+ go.yaml.in/yaml/v3 v3.0.4
23
golang.org/x/sync v0.20.0
24
gomodules.xyz/jsonpatch/v2 v2.5.0
25
gomodules.xyz/jsonpatch/v3 v3.0.1
@@ -113,7 +114,6 @@ require (
113
114
go.opentelemetry.io/otel/trace v1.43.0 // indirect
115
go.opentelemetry.io/proto/otlp v1.10.0 // indirect
116
go.uber.org/multierr v1.11.0 // indirect
- go.yaml.in/yaml/v3 v3.0.4 // indirect
117
golang.org/x/crypto v0.51.0 // indirect
118
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
119
golang.org/x/mod v0.35.0 // indirect
0 commit comments