Skip to content

Commit 7960ad8

Browse files
renovate[bot]naveenthangaraj03
authored andcommitted
fix(deps): update module gopkg.in/yaml.v2 to v3 (k8sgpt-ai#1511)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: naveenthangaraj03 <tnaveen3402@gmail.com>
1 parent 2b0efb8 commit 7960ad8

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
@@ -55,6 +55,7 @@ require (
5555
github.com/pterm/pterm v0.12.80
5656
google.golang.org/api v0.218.0
5757
gopkg.in/yaml.v2 v2.4.0
58+
gopkg.in/yaml.v3 v3.0.1
5859
sigs.k8s.io/controller-runtime v0.19.3
5960
sigs.k8s.io/gateway-api v1.2.1
6061
)
@@ -161,7 +162,6 @@ require (
161162
google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f // indirect
162163
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
163164
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
164-
gopkg.in/yaml.v3 v3.0.1 // indirect
165165
knative.dev/pkg v0.0.0-20241026180704-25f6002b00f3 // indirect
166166
)
167167

0 commit comments

Comments
 (0)