Skip to content

Commit 936ffbb

Browse files
renovate[bot]opentelemetrybotsongy23
authored
Update module github.com/prometheus/client_golang to v1.20.3 (#11103)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/prometheus/client_golang](https://redirect.github.com/prometheus/client_golang) | `v1.20.2` -> `v1.20.3` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fprometheus%2fclient_golang/v1.20.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fprometheus%2fclient_golang/v1.20.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fprometheus%2fclient_golang/v1.20.2/v1.20.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fprometheus%2fclient_golang/v1.20.2/v1.20.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>prometheus/client_golang (github.com/prometheus/client_golang)</summary> ### [`v1.20.3`](https://redirect.github.com/prometheus/client_golang/releases/tag/v1.20.3) [Compare Source](https://redirect.github.com/prometheus/client_golang/compare/v1.20.2...v1.20.3) - \[BUGFIX] histograms: Fix possible data race when appending exemplars. [#&#8203;1608](https://redirect.github.com/prometheus/client_golang/issues/1608) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Yang Song <[email protected]>
1 parent 747938b commit 936ffbb

File tree

57 files changed

+86
-86
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+86
-86
lines changed

cmd/mdatagen/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ require (
4343
github.com/modern-go/reflect2 v1.0.2 // indirect
4444
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
4545
github.com/pmezard/go-difflib v1.0.0 // indirect
46-
github.com/prometheus/client_golang v1.20.2 // indirect
46+
github.com/prometheus/client_golang v1.20.3 // indirect
4747
github.com/prometheus/client_model v0.6.1 // indirect
4848
github.com/prometheus/common v0.59.1 // indirect
4949
github.com/prometheus/procfs v0.15.1 // indirect

cmd/mdatagen/go.sum

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

cmd/otelcorecol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ require (
6666
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6767
github.com/pmezard/go-difflib v1.0.0 // indirect
6868
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
69-
github.com/prometheus/client_golang v1.20.2 // indirect
69+
github.com/prometheus/client_golang v1.20.3 // indirect
7070
github.com/prometheus/client_model v0.6.1 // indirect
7171
github.com/prometheus/common v0.59.1 // indirect
7272
github.com/prometheus/procfs v0.15.1 // indirect

cmd/otelcorecol/go.sum

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

component/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module go.opentelemetry.io/collector/component
33
go 1.22.0
44

55
require (
6-
github.com/prometheus/client_golang v1.20.2
6+
github.com/prometheus/client_golang v1.20.3
77
github.com/prometheus/client_model v0.6.1
88
github.com/prometheus/common v0.59.1
99
github.com/stretchr/testify v1.9.0

component/go.sum

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

config/configauth/go.sum

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

config/configgrpc/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ require (
4343
github.com/modern-go/reflect2 v1.0.2 // indirect
4444
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
4545
github.com/pmezard/go-difflib v1.0.0 // indirect
46-
github.com/prometheus/client_golang v1.20.2 // indirect
46+
github.com/prometheus/client_golang v1.20.3 // indirect
4747
github.com/prometheus/client_model v0.6.1 // indirect
4848
github.com/prometheus/common v0.59.1 // indirect
4949
github.com/prometheus/procfs v0.15.1 // indirect

config/configgrpc/go.sum

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

config/confighttp/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ require (
3939
github.com/hashicorp/go-version v1.7.0 // indirect
4040
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
4141
github.com/pmezard/go-difflib v1.0.0 // indirect
42-
github.com/prometheus/client_golang v1.20.2 // indirect
42+
github.com/prometheus/client_golang v1.20.3 // indirect
4343
github.com/prometheus/client_model v0.6.1 // indirect
4444
github.com/prometheus/common v0.59.1 // indirect
4545
github.com/prometheus/procfs v0.15.1 // indirect

0 commit comments

Comments
 (0)