Skip to content

Commit 3b7f949

Browse files
dependabot[bot]ElfoLiNk
authored andcommitted
Bump github.com/prometheus/common from 0.61.0 to 0.62.0 (open-telemetry#3703)
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.61.0 to 0.62.0. - [Release notes](https://github.com/prometheus/common/releases) - [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md) - [Commits](prometheus/common@v0.61.0...v0.62.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 ceead47 commit 3b7f949

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/go-logr/logr v1.4.2
1717
github.com/go-viper/mapstructure/v2 v2.2.1
1818
github.com/google/uuid v1.6.0
19-
github.com/json-iterator/go v1.1.12
19+
github.com/json-iterator/go v1.1.12 // indirect
2020
github.com/mitchellh/mapstructure v1.5.0
2121
github.com/oklog/run v1.1.0
2222
github.com/open-telemetry/opamp-go v0.15.0
@@ -27,7 +27,7 @@ require (
2727
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.76.2
2828
github.com/prometheus-operator/prometheus-operator/pkg/client v0.76.2
2929
github.com/prometheus/client_golang v1.20.5
30-
github.com/prometheus/common v0.61.0
30+
github.com/prometheus/common v0.62.0
3131
github.com/prometheus/prometheus v0.55.1
3232
github.com/shirou/gopsutil v3.21.11+incompatible
3333
github.com/spf13/pflag v1.0.5
@@ -118,7 +118,7 @@ require (
118118
github.com/go-playground/validator/v10 v10.20.0 // indirect
119119
github.com/go-resty/resty/v2 v2.13.1 // indirect
120120
github.com/go-zookeeper/zk v1.0.3 // indirect
121-
github.com/goccy/go-json v0.10.2 // indirect
121+
github.com/goccy/go-json v0.10.2
122122
github.com/gogo/protobuf v1.3.2 // indirect
123123
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
124124
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -566,8 +566,8 @@ github.com/prometheus/common v0.9.1/go.mod h1:yhUN8i9wzaXS3w1O07YhxHEBxD+W35wd8b
566566
github.com/prometheus/common v0.10.0/go.mod h1:Tlit/dnDKsSWFlCLTWaA1cyBgKHSMdTB80sz/V91rCo=
567567
github.com/prometheus/common v0.26.0/go.mod h1:M7rCNAaPfAosfx8veZJCuw84e35h3Cfd9VFqTh1DIvc=
568568
github.com/prometheus/common v0.29.0/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls=
569-
github.com/prometheus/common v0.61.0 h1:3gv/GThfX0cV2lpO7gkTUwZru38mxevy90Bj8YFSRQQ=
570-
github.com/prometheus/common v0.61.0/go.mod h1:zr29OCN/2BsJRaFwG8QOBr41D6kkchKbpeNH7pAjb/s=
569+
github.com/prometheus/common v0.62.0 h1:xasJaQlnWAeyHdUBeGjXmutelfJHWMRr+Fg4QszZ2Io=
570+
github.com/prometheus/common v0.62.0/go.mod h1:vyBcEuLSvWos9B1+CyL7JZ2up+uFzXhkqml0W5zIY1I=
571571
github.com/prometheus/common/sigv4 v0.1.0 h1:qoVebwtwwEhS85Czm2dSROY5fTo2PAPEVdDeppTwGX4=
572572
github.com/prometheus/common/sigv4 v0.1.0/go.mod h1:2Jkxxk9yYvCkE5G1sQT7GuEXm57JrvHu9k5YwTjsNtI=
573573
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=

0 commit comments

Comments
 (0)