1
1
module github.com/prometheus/graphite_exporter
2
2
3
- go 1.17
3
+ go 1.21
4
+
5
+ toolchain go1.22.0
4
6
5
7
require (
6
8
github.com/alecthomas/kingpin/v2 v2.4.0
7
9
github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9
8
- github.com/go-graphite/go-whisper v0.0.0-20230221134257-6774e38a461b
10
+ github.com/go-graphite/go-whisper v0.0.0-20230526115116-e3110f57c01c
9
11
github.com/go-kit/log v0.2.1
10
12
github.com/pkg/errors v0.9.1
11
- github.com/prometheus/client_golang v1.17 .0
12
- github.com/prometheus/common v0.45 .0
13
+ github.com/prometheus/client_golang v1.19 .0
14
+ github.com/prometheus/common v0.49 .0
13
15
github.com/prometheus/exporter-toolkit v0.11.0
14
16
github.com/prometheus/prometheus v1.8.2-0.20210119214810-e4487274853c
15
17
github.com/prometheus/statsd_exporter v0.26.0
@@ -21,29 +23,28 @@ require (
21
23
github.com/cespare/xxhash/v2 v2.2.0 // indirect
22
24
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
23
25
github.com/davecgh/go-spew v1.1.1 // indirect
24
- github.com/go-kit/kit v0.12 .0 // indirect
26
+ github.com/go-kit/kit v0.13 .0 // indirect
25
27
github.com/go-logfmt/logfmt v0.6.0 // indirect
26
28
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
27
29
github.com/golang/protobuf v1.5.3 // indirect
28
30
github.com/golang/snappy v0.0.4 // indirect
29
31
github.com/jpillora/backoff v1.0.0 // indirect
30
- github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
31
32
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
32
33
github.com/oklog/ulid v1.3.1 // indirect
33
34
github.com/pmezard/go-difflib v1.0.0 // indirect
34
- github.com/prometheus/client_model v0.5 .0 // indirect
35
+ github.com/prometheus/client_model v0.6 .0 // indirect
35
36
github.com/prometheus/procfs v0.12.0 // indirect
36
37
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
37
- go.uber.org/atomic v1.10 .0 // indirect
38
+ go.uber.org/atomic v1.11 .0 // indirect
38
39
go.uber.org/goleak v1.1.11-0.20210813005559-691160354723 // indirect
39
- golang.org/x/crypto v0.16 .0 // indirect
40
- golang.org/x/net v0.19 .0 // indirect
41
- golang.org/x/oauth2 v0.15 .0 // indirect
42
- golang.org/x/sync v0.5 .0 // indirect
43
- golang.org/x/sys v0.15 .0 // indirect
40
+ golang.org/x/crypto v0.20 .0 // indirect
41
+ golang.org/x/net v0.21 .0 // indirect
42
+ golang.org/x/oauth2 v0.17 .0 // indirect
43
+ golang.org/x/sync v0.6 .0 // indirect
44
+ golang.org/x/sys v0.17 .0 // indirect
44
45
golang.org/x/text v0.14.0 // indirect
45
46
google.golang.org/appengine v1.6.8 // indirect
46
- google.golang.org/protobuf v1.31 .0 // indirect
47
+ google.golang.org/protobuf v1.32 .0 // indirect
47
48
gopkg.in/yaml.v2 v2.4.0 // indirect
48
49
gopkg.in/yaml.v3 v3.0.1 // indirect
49
50
)
0 commit comments