forked from freddy2020/intchain
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
executable file
·72 lines (69 loc) · 3.01 KB
/
Copy pathgo.mod
File metadata and controls
executable file
·72 lines (69 loc) · 3.01 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
module github.com/intfoundation/intchain
go 1.14
require (
github.com/allegro/bigcache v1.2.1
github.com/aristanetworks/goarista v0.0.0-20200306225906-e0480e715858
github.com/btcsuite/btcd v0.20.1-beta
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
github.com/cespare/cp v1.1.1
github.com/davecgh/go-spew v1.1.1
github.com/deckarep/golang-set v1.7.1
github.com/docker/docker v1.13.1
github.com/elastic/gosigar v0.10.5 // indirect
github.com/fatih/color v1.7.0
github.com/gizak/termui v2.3.0+incompatible
github.com/go-kit/kit v0.10.0 // indirect
github.com/go-stack/stack v1.8.0
github.com/golang/protobuf v1.3.3
github.com/golang/snappy v0.0.1
github.com/hashicorp/golang-lru v0.5.1
github.com/huin/goupnp v1.0.0
github.com/influxdata/influxdb v1.2.3
github.com/intfoundation/bls v1.0.6
github.com/intfoundation/go-common v1.0.1
github.com/intfoundation/go-config v1.0.1
github.com/intfoundation/go-crypto v1.0.3
github.com/intfoundation/go-data v1.0.1 // indirect
github.com/intfoundation/go-db v1.0.1
github.com/intfoundation/go-events v1.0.1
github.com/intfoundation/go-logger v1.0.1 // indirect
github.com/intfoundation/go-merkle v1.0.2
github.com/intfoundation/go-wire v1.0.1
github.com/intfoundation/log15 v1.0.1 // indirect
github.com/intfoundation/prometheus-flock v1.0.3
github.com/intfoundation/set.v0 v1.0.0
github.com/jackpal/go-nat-pmp v1.0.2
github.com/jmhodges/levigo v1.0.0 // indirect
github.com/julienschmidt/httprouter v1.2.0
github.com/karalabe/hid v1.0.0
github.com/maruel/panicparse v1.3.0 // indirect
github.com/mattn/go-colorable v0.1.6
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/naoina/go-stringutil v0.1.0 // indirect
github.com/naoina/toml v0.1.1
github.com/nsf/termbox-go v0.0.0-20200204031403-4d2b513ad8be // indirect
github.com/olekukonko/tablewriter v0.0.0-20170122224234-a0225b3f23b5 // indirect
github.com/pborman/uuid v1.2.0
github.com/peterh/liner v1.2.0
github.com/pkg/errors v0.9.1
github.com/rjeczalik/notify v0.9.2
github.com/robertkrimen/otto v0.0.0-20191219234010-c382bd3c16ff
github.com/rs/cors v1.7.0
github.com/stretchr/testify v1.4.0
github.com/syndtr/goleveldb v1.0.1-0.20190923125748-758128399b1d
github.com/tendermint/ed25519 v0.0.0-20171027050219-d8387025d2b9 // indirect
github.com/tendermint/go-amino v0.15.1 // indirect
github.com/tendermint/tmlibs v0.9.0 // indirect
github.com/zondax/ledger-go v0.11.0 // indirect
github.com/zondax/ledger-goclient v0.9.9 // indirect
golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073
golang.org/x/net v0.0.0-20200222125558-5a598a2470a0
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae
golang.org/x/tools v0.0.0-20200221224223-e1da425f72fd // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce
gopkg.in/olebedev/go-duktape.v3 v3.0.0-20190213234257-ec84240a7772
gopkg.in/sourcemap.v1 v1.0.5 // indirect
gopkg.in/urfave/cli.v1 v1.20.0
)