We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad29f49 commit c9a011bCopy full SHA for c9a011b
components/kubernetes/cilium/kind.go
@@ -8,7 +8,7 @@ import (
8
"text/template"
9
10
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
11
- "gopkg.in/yaml.v2"
+ "gopkg.in/yaml.v3"
12
13
"github.com/DataDog/test-infra-definitions/common/config"
14
"github.com/DataDog/test-infra-definitions/common/utils"
go.mod
@@ -35,7 +35,6 @@ require (
35
github.com/samber/lo v1.47.0
36
github.com/stretchr/testify v1.10.0
37
golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8
38
- gopkg.in/yaml.v2 v2.4.0
39
gopkg.in/yaml.v3 v3.0.1
40
)
41
0 commit comments