Skip to content

Commit 086ea5e

Browse files
chore: bump github.com/prometheus/common from 0.66.1 to 0.67.1 (#1900)
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.66.1 to 0.67.1. - [Release notes](https://github.com/prometheus/common/releases) - [Changelog](https://github.com/prometheus/common/blob/main/CHANGELOG.md) - [Commits](prometheus/common@v0.66.1...v0.67.1) --- updated-dependencies: - dependency-name: github.com/prometheus/common dependency-version: 0.67.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 90d25be commit 086ea5e

File tree

7 files changed

+141
-40
lines changed

7 files changed

+141
-40
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require (
2929
github.com/kylelemons/godebug v1.1.0
3030
github.com/open-policy-agent/cert-controller v0.14.0
3131
github.com/prometheus/client_golang v1.23.2
32-
github.com/prometheus/common v0.66.1
32+
github.com/prometheus/common v0.67.1
3333
github.com/spf13/cobra v1.10.1
3434
github.com/spyzhov/ajson v0.9.6
3535
github.com/stretchr/testify v1.11.1
@@ -152,7 +152,7 @@ require (
152152
go.opentelemetry.io/otel/metric v1.37.0 // indirect
153153
go.opentelemetry.io/otel/trace v1.37.0 // indirect
154154
go.uber.org/atomic v1.11.0 // indirect
155-
go.yaml.in/yaml/v2 v2.4.2 // indirect
155+
go.yaml.in/yaml/v2 v2.4.3 // indirect
156156
go.yaml.in/yaml/v3 v3.0.4 // indirect
157157
golang.org/x/crypto v0.42.0 // indirect
158158
golang.org/x/net v0.44.0 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,8 @@ github.com/prometheus/client_golang v1.23.2/go.mod h1:Tb1a6LWHB3/SPIzCoaDXI4I8UH
353353
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
354354
github.com/prometheus/client_model v0.6.2 h1:oBsgwpGs7iVziMvrGhE53c/GrLUsZdHnqNwqPLxwZyk=
355355
github.com/prometheus/client_model v0.6.2/go.mod h1:y3m2F6Gdpfy6Ut/GBsUqTWZqCUvMVzSfMLjcu6wAwpE=
356-
github.com/prometheus/common v0.66.1 h1:h5E0h5/Y8niHc5DlaLlWLArTQI7tMrsfQjHV+d9ZoGs=
357-
github.com/prometheus/common v0.66.1/go.mod h1:gcaUsgf3KfRSwHY4dIMXLPV0K/Wg1oZ8+SbZk/HH/dA=
356+
github.com/prometheus/common v0.67.1 h1:OTSON1P4DNxzTg4hmKCc37o4ZAZDv0cfXLkOt0oEowI=
357+
github.com/prometheus/common v0.67.1/go.mod h1:RpmT9v35q2Y+lsieQsdOh5sXZ6ajUGC8NjZAmr8vb0Q=
358358
github.com/prometheus/procfs v0.16.1 h1:hZ15bTNuirocR6u0JZ6BAHHmwS1p8B4P6MRqxtzMyRg=
359359
github.com/prometheus/procfs v0.16.1/go.mod h1:teAbpZRB1iIAJYREa1LsoWUXykVXA1KlTmWl8x/U+Is=
360360
github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ=
@@ -437,8 +437,8 @@ go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=
437437
go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y=
438438
go.uber.org/zap v1.27.0 h1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8=
439439
go.uber.org/zap v1.27.0/go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E=
440-
go.yaml.in/yaml/v2 v2.4.2 h1:DzmwEr2rDGHl7lsFgAHxmNz/1NlQ7xLIrlN2h5d1eGI=
441-
go.yaml.in/yaml/v2 v2.4.2/go.mod h1:081UH+NErpNdqlCXm3TtEran0rJZGxAYx9hb/ELlsPU=
440+
go.yaml.in/yaml/v2 v2.4.3 h1:6gvOSjQoTB3vt1l+CU+tSyi/HOjfOjRLJ4YwYZGwRO0=
441+
go.yaml.in/yaml/v2 v2.4.3/go.mod h1:zSxWcmIDjOzPXpjlTTbAsKokqkDNAVtZO0WOMiT90s8=
442442
go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc=
443443
go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg=
444444
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=

vendor/github.com/prometheus/common/expfmt/decode.go

Lines changed: 11 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/common/expfmt/openmetrics_create.go

Lines changed: 18 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/common/expfmt/text_create.go

Lines changed: 20 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/common/expfmt/text_parse.go

Lines changed: 83 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -449,8 +449,8 @@ github.com/prometheus/client_golang/prometheus/promhttp/internal
449449
# github.com/prometheus/client_model v0.6.2
450450
## explicit; go 1.22.0
451451
github.com/prometheus/client_model/go
452-
# github.com/prometheus/common v0.66.1
453-
## explicit; go 1.23.0
452+
# github.com/prometheus/common v0.67.1
453+
## explicit; go 1.24.0
454454
github.com/prometheus/common/expfmt
455455
github.com/prometheus/common/model
456456
# github.com/prometheus/procfs v0.16.1
@@ -571,7 +571,7 @@ go.uber.org/zap/internal/exit
571571
go.uber.org/zap/internal/pool
572572
go.uber.org/zap/internal/stacktrace
573573
go.uber.org/zap/zapcore
574-
# go.yaml.in/yaml/v2 v2.4.2
574+
# go.yaml.in/yaml/v2 v2.4.3
575575
## explicit; go 1.15
576576
go.yaml.in/yaml/v2
577577
# go.yaml.in/yaml/v3 v3.0.4

0 commit comments

Comments
 (0)