forked from edenlabllc/ethereum-health-check
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
42 lines (41 loc) · 1.99 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
module github.com/edenlabllc/eth_node_health_check
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/bitly/go-simplejson v0.5.0 // indirect
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/go-log/log v0.1.0 // indirect
github.com/golang/protobuf v1.2.0
github.com/google/uuid v1.1.0 // indirect
github.com/hashicorp/consul v1.4.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.0 // indirect
github.com/hashicorp/go-rootcerts v0.0.0-20160503143440-6bb64b370b90 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/serf v0.8.1 // indirect
github.com/imdario/mergo v0.3.6 // indirect
github.com/joncalhoun/qson v0.0.0-20170526102502-8a9cab3a62b1 // indirect
github.com/micro/cli v0.0.0-20180830071301-8b9d33ec2f19
github.com/micro/go-api v0.4.0
github.com/micro/go-config v0.10.0
github.com/micro/go-log v0.0.0-20170512141327-cbfa9447f9b6 // indirect
github.com/micro/go-micro v0.14.0
github.com/micro/go-plugins v0.16.1
github.com/micro/go-rcache v0.0.0-20180418165751-a581a57b5133 // indirect
github.com/micro/h2c v1.0.0 // indirect
github.com/micro/mdns v0.0.0-20160929165650-cdf30746f9f7 // indirect
github.com/micro/micro v0.16.0 // indirect
github.com/micro/util v0.0.0-20181115195001-2d4f591dc538 // indirect
github.com/miekg/dns v1.0.15 // indirect
github.com/mitchellh/go-homedir v1.0.0 // indirect
github.com/mitchellh/hashstructure v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/opentracing/opentracing-go v1.0.2
github.com/pkg/errors v0.8.0 // indirect
github.com/uber/jaeger-client-go v2.15.0+incompatible
github.com/uber/jaeger-lib v1.5.0 // indirect
golang.org/x/crypto v0.0.0-20181112202954-3d3f9f413869 // indirect
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a // indirect
golang.org/x/sys v0.0.0-20181121002834-0cf1ed9e522b // indirect
golang.org/x/text v0.3.0 // indirect
gopkg.in/yaml.v2 v2.2.1 // indirect
)