Skip to content

Commit 241d10c

Browse files
chore(deps): update module gopkg.in/yaml.v2 to v3
1 parent 993f9bc commit 241d10c

22 files changed

Lines changed: 2 additions & 10042 deletions

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66

77
"github.com/neuvector/neuvector/share/cluster"
88
"github.com/sirupsen/logrus"
9-
"gopkg.in/yaml.v2"
9+
"gopkg.in/yaml.v3"
1010
)
1111

1212
const AUTH_BASIC = "basic"

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/neuvector/neuvector v0.0.0-20250508121332-6ebbb8fb8fe4
1111
github.com/sirupsen/logrus v1.9.3
1212
google.golang.org/grpc v1.72.1
13-
gopkg.in/yaml.v2 v2.4.0
13+
gopkg.in/yaml.v3 v3.0.1
1414
)
1515

1616
require (
@@ -110,7 +110,6 @@ require (
110110
google.golang.org/protobuf v1.36.6 // indirect
111111
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
112112
gopkg.in/inf.v0 v0.9.1 // indirect
113-
gopkg.in/yaml.v3 v3.0.1 // indirect
114113
k8s.io/api v0.32.3 // indirect
115114
k8s.io/apimachinery v0.32.3 // indirect
116115
k8s.io/client-go v0.32.3 // indirect

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,8 +399,6 @@ gopkg.in/evanphx/json-patch.v4 v4.12.0/go.mod h1:p8EYWUEYMpynmqDbY58zCKCFZw8pRWM
399399
gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=
400400
gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw=
401401
gopkg.in/yaml.v2 v2.0.0-20170407172122-cd8b52f8269e/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74=
402-
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
403-
gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
404402
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
405403
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
406404
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=

vendor/gopkg.in/yaml.v2/.travis.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

vendor/gopkg.in/yaml.v2/LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.

vendor/gopkg.in/yaml.v2/LICENSE.libyaml

Lines changed: 0 additions & 31 deletions
This file was deleted.

vendor/gopkg.in/yaml.v2/NOTICE

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)