Skip to content

Commit 436ff78

Browse files
fix(deps): update module go.yaml.in/yaml/v2 to v3
1 parent 0258839 commit 436ff78

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ require (
1414
github.com/onsi/gomega v1.42.1
1515
github.com/pkg/errors v0.9.1
1616
github.com/prometheus/client_golang v1.24.1
17+
github.com/prometheus/client_model v0.6.2
1718
github.com/spf13/pflag v1.0.10
1819
github.com/stretchr/testify v1.11.1
1920
github.com/valyala/fasttemplate v1.2.2
@@ -25,6 +26,7 @@ require (
2526
go.uber.org/automaxprocs v1.6.0
2627
go.uber.org/zap v1.28.0
2728
go.yaml.in/yaml/v2 v2.4.4
29+
go.yaml.in/yaml/v3 v3.0.5
2830
golang.org/x/sync v0.22.0
2931
gomodules.xyz/jsonpatch/v2 v2.5.0
3032
google.golang.org/grpc v1.82.1
@@ -94,7 +96,6 @@ require (
9496
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
9597
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
9698
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
97-
github.com/prometheus/client_model v0.6.2 // indirect
9899
github.com/prometheus/common v0.70.1 // indirect
99100
github.com/prometheus/procfs v0.21.1 // indirect
100101
github.com/spf13/cast v1.10.0 // indirect
@@ -113,7 +114,6 @@ require (
113114
go.opentelemetry.io/otel/metric v1.44.0 // indirect
114115
go.opentelemetry.io/proto/otlp v1.10.0 // indirect
115116
go.uber.org/multierr v1.11.0 // indirect
116-
go.yaml.in/yaml/v3 v3.0.4 // indirect
117117
golang.org/x/crypto v0.54.0 // indirect
118118
golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93 // indirect
119119
golang.org/x/mod v0.37.0 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,8 @@ go.yaml.in/yaml/v2 v2.4.4 h1:tuyd0P+2Ont/d6e2rl3be67goVK4R6deVxCUX5vyPaQ=
316316
go.yaml.in/yaml/v2 v2.4.4/go.mod h1:gMZqIpDtDqOfM0uNfy0SkpRhvUryYH0Z6wdMYcacYXQ=
317317
go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc=
318318
go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg=
319+
go.yaml.in/yaml/v3 v3.0.5 h1:N6y/pJk8buWs9NY5ERU2HSMfm+IuD/OtfdAnq6kESPw=
320+
go.yaml.in/yaml/v3 v3.0.5/go.mod h1:HVTZu1O7/Vkt2N+BFy8Zza+lnLsABggaTM2ZpNIGuKg=
319321
golang.org/x/crypto v0.53.0 h1:QZ4Muo8THX6CizN2vPPd5fBGHyogrdK9fG4wLPFUsto=
320322
golang.org/x/crypto v0.53.0/go.mod h1:DNLU434OwVakk9PzuwV8w62mAJpRJL3vsgcfp4Qnsio=
321323
golang.org/x/crypto v0.54.0 h1:YLIA59K4fiNzHzjnZt2tUJQjQtUWfWbeHBqKtk3eScw=

0 commit comments

Comments
 (0)