5
5
require (
6
6
github.com/go-kit/log v0.2.1
7
7
github.com/prometheus/client_golang v1.14.0
8
- github.com/prometheus/common v0.37 .0
8
+ github.com/prometheus/common v0.39 .0
9
9
github.com/prometheus/exporter-toolkit v0.8.2
10
10
gopkg.in/alecthomas/kingpin.v2 v2.2.6
11
11
)
@@ -20,16 +20,17 @@ require (
20
20
github.com/go-logfmt/logfmt v0.5.1 // indirect
21
21
github.com/golang/protobuf v1.5.2 // indirect
22
22
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
24
25
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
25
26
github.com/prometheus/client_model v0.3.0 // indirect
26
27
github.com/prometheus/procfs v0.8.0 // indirect
27
28
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
30
31
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
33
34
google.golang.org/appengine v1.6.7 // indirect
34
35
google.golang.org/protobuf v1.28.1 // indirect
35
36
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments