We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0162cd0 commit 50e0235Copy full SHA for 50e0235
1 file changed
go.mod
@@ -9,6 +9,7 @@ require (
9
github.com/onsi/ginkgo/v2 v2.27.2
10
github.com/onsi/gomega v1.38.2
11
github.com/sclevine/spec v1.4.0
12
+ go.yaml.in/yaml/v3 v3.0.4
13
gopkg.in/yaml.v2 v2.4.0
14
)
15
@@ -42,7 +43,6 @@ require (
42
43
go.opentelemetry.io/otel v1.32.0 // indirect
44
go.opentelemetry.io/otel/metric v1.32.0 // indirect
45
go.opentelemetry.io/otel/trace v1.32.0 // indirect
- go.yaml.in/yaml/v3 v3.0.4 // indirect
46
golang.org/x/mod v0.30.0 // indirect
47
golang.org/x/net v0.47.0 // indirect
48
golang.org/x/sync v0.18.0 // indirect
0 commit comments