Skip to content
This repository was archived by the owner on Mar 8, 2023. It is now read-only.

Commit d1936c3

Browse files
authored
Merge pull request #253 from prometheus/dependabot/go_modules/github.com/prometheus/common-0.39.0
Bump github.com/prometheus/common from 0.37.0 to 0.39.0
2 parents 1b71b3d + 661ec97 commit d1936c3

File tree

2 files changed

+28
-448
lines changed

2 files changed

+28
-448
lines changed

go.mod

+7-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.18
55
require (
66
github.com/go-kit/log v0.2.1
77
github.com/prometheus/client_golang v1.14.0
8-
github.com/prometheus/common v0.37.0
8+
github.com/prometheus/common v0.39.0
99
github.com/prometheus/exporter-toolkit v0.8.2
1010
gopkg.in/alecthomas/kingpin.v2 v2.2.6
1111
)
@@ -20,16 +20,17 @@ require (
2020
github.com/go-logfmt/logfmt v0.5.1 // indirect
2121
github.com/golang/protobuf v1.5.2 // indirect
2222
github.com/jpillora/backoff v1.0.0 // indirect
23-
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
23+
github.com/kr/pretty v0.3.1 // indirect
24+
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
2425
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
2526
github.com/prometheus/client_model v0.3.0 // indirect
2627
github.com/prometheus/procfs v0.8.0 // indirect
2728
golang.org/x/crypto v0.0.0-20221012134737-56aed061732a // indirect
28-
golang.org/x/net v0.0.0-20220909164309-bea034e7d591 // indirect
29-
golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1 // indirect
29+
golang.org/x/net v0.4.0 // indirect
30+
golang.org/x/oauth2 v0.3.0 // indirect
3031
golang.org/x/sync v0.1.0 // indirect
31-
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
32-
golang.org/x/text v0.3.7 // indirect
32+
golang.org/x/sys v0.3.0 // indirect
33+
golang.org/x/text v0.5.0 // indirect
3334
google.golang.org/appengine v1.6.7 // indirect
3435
google.golang.org/protobuf v1.28.1 // indirect
3536
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)