Skip to content

Commit 271b27a

Browse files
fix(deps): update module gopkg.in/yaml.v2 to v3
1 parent 35bb3a6 commit 271b27a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
golang.org/x/oauth2 v0.16.0
2222
golang.org/x/sync v0.6.0
2323
golang.org/x/term v0.17.0
24-
gopkg.in/yaml.v2 v2.4.0
24+
gopkg.in/yaml.v3 v3.0.1
2525
k8s.io/apimachinery v0.29.1
2626
k8s.io/client-go v0.29.1
2727
k8s.io/klog/v2 v2.120.1
@@ -56,7 +56,7 @@ require (
5656
google.golang.org/appengine v1.6.8 // indirect
5757
google.golang.org/protobuf v1.31.0 // indirect
5858
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
6060
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
6161
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
6262
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect

integration_test/kubeconfig/kubeconfig.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"path/filepath"
77
"testing"
88

9-
"gopkg.in/yaml.v2"
9+
"gopkg.in/yaml.v3"
1010
)
1111

1212
// Values represents values in .kubeconfig template.

0 commit comments

Comments
 (0)