Skip to content

Commit 5388e88

Browse files
Bump github.com/prometheus/common from 0.52.3 to 0.53.0 (#2886)
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.52.3 to 0.53.0. - [Release notes](https://github.com/prometheus/common/releases) - [Commits](prometheus/common@v0.52.3...v0.53.0) --- updated-dependencies: - dependency-name: github.com/prometheus/common 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 d3610de commit 5388e88

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ require (
1414
github.com/go-kit/log v0.2.1
1515
github.com/go-logr/logr v1.4.1
1616
github.com/json-iterator/go v1.1.12
17-
github.com/mitchellh/mapstructure v1.5.0
1817
github.com/oklog/run v1.1.0
1918
github.com/oklog/ulid/v2 v2.1.0
2019
github.com/open-telemetry/opamp-go v0.14.0
@@ -24,7 +23,7 @@ require (
2423
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.72.0
2524
github.com/prometheus-operator/prometheus-operator/pkg/client v0.72.0
2625
github.com/prometheus/client_golang v1.19.0
27-
github.com/prometheus/common v0.52.3
26+
github.com/prometheus/common v0.53.0
2827
github.com/prometheus/prometheus v0.51.2
2928
github.com/shirou/gopsutil v3.21.11+incompatible
3029
github.com/spf13/pflag v1.0.5
@@ -161,6 +160,7 @@ require (
161160
github.com/metalmatze/signal v0.0.0-20210307161603-1c9aa721a97a // indirect
162161
github.com/miekg/dns v1.1.58 // indirect
163162
github.com/mitchellh/go-homedir v1.1.0 // indirect
163+
github.com/mitchellh/mapstructure v1.5.0 // indirect
164164
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
165165
github.com/modern-go/reflect2 v1.0.2 // indirect
166166
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -552,8 +552,8 @@ github.com/prometheus/common v0.9.1/go.mod h1:yhUN8i9wzaXS3w1O07YhxHEBxD+W35wd8b
552552
github.com/prometheus/common v0.10.0/go.mod h1:Tlit/dnDKsSWFlCLTWaA1cyBgKHSMdTB80sz/V91rCo=
553553
github.com/prometheus/common v0.26.0/go.mod h1:M7rCNAaPfAosfx8veZJCuw84e35h3Cfd9VFqTh1DIvc=
554554
github.com/prometheus/common v0.29.0/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls=
555-
github.com/prometheus/common v0.52.3 h1:5f8uj6ZwHSscOGNdIQg6OiZv/ybiK2CO2q2drVZAQSA=
556-
github.com/prometheus/common v0.52.3/go.mod h1:BrxBKv3FWBIGXw89Mg1AeBq7FSyRzXWI3l3e7W3RN5U=
555+
github.com/prometheus/common v0.53.0 h1:U2pL9w9nmJwJDa4qqLQ3ZaePJ6ZTwt7cMD3AG3+aLCE=
556+
github.com/prometheus/common v0.53.0/go.mod h1:BrxBKv3FWBIGXw89Mg1AeBq7FSyRzXWI3l3e7W3RN5U=
557557
github.com/prometheus/common/sigv4 v0.1.0 h1:qoVebwtwwEhS85Czm2dSROY5fTo2PAPEVdDeppTwGX4=
558558
github.com/prometheus/common/sigv4 v0.1.0/go.mod h1:2Jkxxk9yYvCkE5G1sQT7GuEXm57JrvHu9k5YwTjsNtI=
559559
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=

0 commit comments

Comments
 (0)