-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgo.mod
More file actions
46 lines (44 loc) · 1.94 KB
/
go.mod
File metadata and controls
46 lines (44 loc) · 1.94 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
module github.com/drep-project/DREP-Chain
go 1.13
require (
github.com/AsynkronIT/protoactor-go v0.0.0-20200317173033-c483abfa40e2
github.com/allegro/bigcache v1.2.1
github.com/aristanetworks/goarista v0.0.0-20200602234848-db8a79a18e4a
github.com/asaskevich/EventBus v0.0.0-20200428142821-4fc0642a29f3
github.com/btcsuite/btcd v0.20.1-beta
github.com/btcsuite/btcutil v1.0.2
github.com/cosmos/cosmos-sdk v0.38.4
github.com/davecgh/go-spew v1.1.1
github.com/docker/docker v1.13.1
github.com/drep-project/binary v0.0.0-20190919035907-78d88687b9c1
github.com/drep-project/dlog v0.0.0-20200514080736-e9b04787eae9
github.com/drep-project/rpc v0.0.0-20200619075325-34a34786ab54
github.com/ethereum/go-ethereum v1.9.15
github.com/fatih/color v1.9.0
github.com/golang/snappy v0.0.1
github.com/huin/goupnp v1.0.0
github.com/jackpal/go-nat-pmp v1.0.2
github.com/julienschmidt/httprouter v1.3.0
github.com/mattn/go-colorable v0.1.6
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/peterh/liner v1.2.0
github.com/pingcap/errors v0.11.4
github.com/pkg/errors v0.9.1
github.com/robertkrimen/otto v0.0.0-20191219234010-c382bd3c16ff
github.com/rubblelabs/ripple v0.0.0-20200519102443-e15c7b29cbd7
github.com/sasaxie/go-client-api v0.0.0-20190820063117-f0587df4b72e
github.com/shengdoushi/base58 v1.0.0 // indirect
github.com/shiena/ansicolor v0.0.0-20151119151921-a422bbe96644
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.6.1
github.com/syndtr/goleveldb v1.0.1-0.20190923125748-758128399b1d
github.com/vishalkuo/bimap v0.0.0-20180703190407-09cff2814645
github.com/x-cray/logrus-prefixed-formatter v0.5.2
go.mongodb.org/mongo-driver v1.3.4
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
golang.org/x/sys v0.0.0-20200610111108-226ff32320da
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/sourcemap.v1 v1.0.5 // indirect
gopkg.in/urfave/cli.v1 v1.20.0
)