Skip to content

Commit b3402eb

Browse files
Bump github.com/prometheus/common from 0.15.0 to 0.33.0
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.15.0 to 0.33.0. - [Release notes](https://github.com/prometheus/common/releases) - [Commits](prometheus/common@v0.15.0...v0.33.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]>
1 parent 59b5827 commit b3402eb

File tree

2 files changed

+58
-29
lines changed

2 files changed

+58
-29
lines changed

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ require (
1818
github.com/gogo/googleapis v1.3.0 // indirect
1919
github.com/gogo/protobuf v1.3.1
2020
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
21-
github.com/golang/protobuf v1.4.3
21+
github.com/golang/protobuf v1.5.2
2222
github.com/golang/snappy v0.0.2
23-
github.com/google/go-cmp v0.5.4
23+
github.com/google/go-cmp v0.5.5
2424
github.com/google/uuid v1.1.2
2525
github.com/gorilla/mux v1.8.0
2626
github.com/grpc-ecosystem/grpc-gateway v1.16.0
@@ -35,8 +35,8 @@ require (
3535
github.com/orijtech/prometheus-go-metrics-exporter v0.0.6
3636
github.com/pelletier/go-toml v1.8.0 // indirect
3737
github.com/pquerna/cachecontrol v0.0.0-20200819021114-67c6ae64274f // indirect
38-
github.com/prometheus/client_golang v1.8.0
39-
github.com/prometheus/common v0.15.0
38+
github.com/prometheus/client_golang v1.12.1
39+
github.com/prometheus/common v0.33.0
4040
github.com/prometheus/prometheus v1.8.2-0.20201105135750-00f16d1ac3a4
4141
github.com/rs/cors v1.7.0
4242
github.com/shirou/gopsutil v3.20.11+incompatible
@@ -51,12 +51,12 @@ require (
5151
go.opencensus.io v0.22.5
5252
go.uber.org/atomic v1.7.0
5353
go.uber.org/zap v1.16.0
54-
golang.org/x/sys v0.0.0-20201015000850-e3ed0017c211
55-
golang.org/x/text v0.3.4
54+
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9
55+
golang.org/x/text v0.3.7
5656
google.golang.org/genproto v0.0.0-20200904004341-0bd0a958aa1d
5757
google.golang.org/grpc v1.34.0
5858
google.golang.org/grpc/examples v0.0.0-20200728065043-dfc0c05b2da9 // indirect
59-
google.golang.org/protobuf v1.25.0
59+
google.golang.org/protobuf v1.26.0
6060
gopkg.in/ini.v1 v1.57.0 // indirect
6161
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
6262
gopkg.in/yaml.v2 v2.4.0

0 commit comments

Comments
 (0)