Commit 271b27a 1 parent 35bb3a6 commit 271b27a Copy full SHA for 271b27a
File tree 2 files changed +3
-3
lines changed
integration_test/kubeconfig
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ require (
21
21
golang.org/x/oauth2 v0.16.0
22
22
golang.org/x/sync v0.6.0
23
23
golang.org/x/term v0.17.0
24
- gopkg.in/yaml.v2 v2.4.0
24
+ gopkg.in/yaml.v3 v3.0.1
25
25
k8s.io/apimachinery v0.29.1
26
26
k8s.io/client-go v0.29.1
27
27
k8s.io/klog/v2 v2.120.1
@@ -56,7 +56,7 @@ require (
56
56
google.golang.org/appengine v1.6.8 // indirect
57
57
google.golang.org/protobuf v1.31.0 // indirect
58
58
gopkg.in/inf.v0 v0.9.1 // indirect
59
- gopkg.in/yaml.v3 v3.0.1 // indirect
59
+ gopkg.in/yaml.v2 v2.4.0 // indirect
60
60
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
61
61
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
62
62
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
Original file line number Diff line number Diff line change 6
6
"path/filepath"
7
7
"testing"
8
8
9
- "gopkg.in/yaml.v2 "
9
+ "gopkg.in/yaml.v3 "
10
10
)
11
11
12
12
// Values represents values in .kubeconfig template.
You can’t perform that action at this time.
0 commit comments