Skip to content

Commit 981f93d

Browse files
fix(deps): update module gopkg.in/yaml.v2 to v3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d308c51 commit 981f93d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ require (
5454
github.com/pterm/pterm v0.12.80
5555
google.golang.org/api v0.218.0
5656
gopkg.in/yaml.v2 v2.4.0
57+
gopkg.in/yaml.v3 v3.0.1
5758
sigs.k8s.io/controller-runtime v0.19.3
5859
sigs.k8s.io/gateway-api v1.2.1
5960
)
@@ -160,7 +161,6 @@ require (
160161
google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f // indirect
161162
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
162163
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
163-
gopkg.in/yaml.v3 v3.0.1 // indirect
164164
knative.dev/pkg v0.0.0-20241026180704-25f6002b00f3 // indirect
165165
)
166166

0 commit comments

Comments
 (0)