4
4
5
5
require (
6
6
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
7
- github.com/davecgh/go-spew v1.1.1
8
7
github.com/felixge/httpsnoop v1.0.3
9
8
github.com/go-kit/log v0.2.1
10
9
github.com/gogo/googleapis v1.1.0
@@ -17,7 +16,6 @@ require (
17
16
github.com/opentracing-contrib/go-stdlib v0.0.0-20190519235532-cf7a6c988dc9
18
17
github.com/opentracing/opentracing-go v1.1.0
19
18
github.com/pkg/errors v0.9.1
20
- github.com/pmezard/go-difflib v1.0.0
21
19
github.com/prometheus/client_golang v1.15.1
22
20
github.com/prometheus/exporter-toolkit v0.8.2
23
21
github.com/rantav/go-grpc-channelz v0.0.4
@@ -39,6 +37,7 @@ require (
39
37
github.com/cespare/xxhash/v2 v2.3.0 // indirect
40
38
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
41
39
github.com/coreos/go-systemd/v22 v22.4.0 // indirect
40
+ github.com/davecgh/go-spew v1.1.1 // indirect
42
41
github.com/fsnotify/fsnotify v1.6.0 // indirect
43
42
github.com/go-chi/chi/v5 v5.0.7 // indirect
44
43
github.com/go-logfmt/logfmt v0.5.1 // indirect
@@ -49,6 +48,7 @@ require (
49
48
github.com/mattn/go-isatty v0.0.4 // indirect
50
49
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
51
50
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
51
+ github.com/pmezard/go-difflib v1.0.0 // indirect
52
52
github.com/prometheus/client_model v0.3.0 // indirect
53
53
github.com/prometheus/common v0.42.0 // indirect
54
54
github.com/prometheus/procfs v0.9.0 // indirect
0 commit comments