Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 852003e

Browse files
Bump github.com/prometheus/common from 0.37.0 to 0.39.0
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.37.0 to 0.39.0. - [Release notes](https://github.com/prometheus/common/releases) - [Commits](prometheus/common@v0.37.0...v0.39.0) --- updated-dependencies: - dependency-name: github.com/prometheus/common dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 40d95a2 commit 852003e

File tree

2 files changed

+34
-454
lines changed

2 files changed

+34
-454
lines changed

go.mod

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ require (
77
github.com/go-kit/kit v0.12.0
88
github.com/go-kit/log v0.2.1
99
github.com/mattn/go-oci8 v0.1.1
10-
github.com/prometheus/client_golang v1.13.0
11-
github.com/prometheus/common v0.37.0
10+
github.com/prometheus/client_golang v1.14.0
11+
github.com/prometheus/common v0.39.0
1212
github.com/prometheus/exporter-toolkit v0.8.2
1313
gopkg.in/alecthomas/kingpin.v2 v2.2.6
1414
)
@@ -22,16 +22,17 @@ require (
2222
github.com/go-logfmt/logfmt v0.5.1 // indirect
2323
github.com/golang/protobuf v1.5.2 // indirect
2424
github.com/jpillora/backoff v1.0.0 // indirect
25-
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
25+
github.com/kr/pretty v0.3.1 // indirect
26+
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
2627
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
27-
github.com/prometheus/client_model v0.2.0 // indirect
28+
github.com/prometheus/client_model v0.3.0 // indirect
2829
github.com/prometheus/procfs v0.8.0 // indirect
2930
golang.org/x/crypto v0.0.0-20221012134737-56aed061732a // indirect
30-
golang.org/x/net v0.0.0-20220909164309-bea034e7d591 // indirect
31-
golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1 // indirect
31+
golang.org/x/net v0.4.0 // indirect
32+
golang.org/x/oauth2 v0.3.0 // indirect
3233
golang.org/x/sync v0.1.0 // indirect
33-
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
34-
golang.org/x/text v0.3.7 // indirect
34+
golang.org/x/sys v0.3.0 // indirect
35+
golang.org/x/text v0.5.0 // indirect
3536
google.golang.org/appengine v1.6.7 // indirect
3637
google.golang.org/protobuf v1.28.1 // indirect
3738
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)