@@ -7,8 +7,8 @@ require (
7
7
github.com/go-kit/kit v0.12.0
8
8
github.com/go-kit/log v0.2.1
9
9
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
12
12
github.com/prometheus/exporter-toolkit v0.8.2
13
13
gopkg.in/alecthomas/kingpin.v2 v2.2.6
14
14
)
@@ -22,16 +22,17 @@ require (
22
22
github.com/go-logfmt/logfmt v0.5.1 // indirect
23
23
github.com/golang/protobuf v1.5.2 // indirect
24
24
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
26
27
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
28
29
github.com/prometheus/procfs v0.8.0 // indirect
29
30
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
32
33
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
35
36
google.golang.org/appengine v1.6.7 // indirect
36
37
google.golang.org/protobuf v1.28.1 // indirect
37
38
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments