Skip to content

Commit 2da0573

Browse files
fix(deps): update module gopkg.in/yaml.v2 to v3 (#1303)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 69fd7c7 commit 2da0573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ require (
4747
github.com/pterm/pterm v0.12.79
4848
google.golang.org/api v0.205.0
4949
gopkg.in/yaml.v2 v2.4.0
50+
gopkg.in/yaml.v3 v3.0.1
5051
sigs.k8s.io/controller-runtime v0.19.1
5152
sigs.k8s.io/gateway-api v1.2.0
5253
)
@@ -189,7 +190,6 @@ require (
189190
google.golang.org/grpc/stats/opentelemetry v0.0.0-20240907200651-3ffb98b2c93a // indirect
190191
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
191192
gopkg.in/warnings.v0 v0.1.2 // indirect
192-
gopkg.in/yaml.v3 v3.0.1 // indirect
193193
knative.dev/pkg v0.0.0-20241026180704-25f6002b00f3 // indirect
194194
mvdan.cc/sh/v3 v3.8.0 // indirect
195195
)

0 commit comments

Comments
 (0)