-
Notifications
You must be signed in to change notification settings - Fork 205
/
Copy pathgo.mod
54 lines (52 loc) · 2.32 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
43
44
45
46
47
48
49
50
51
52
53
54
module github.com/ElrondNetwork/elrond-go
go 1.12
require (
github.com/360EntSecGroup-Skylar/excelize v1.4.1
github.com/ElrondNetwork/concurrent-map v0.1.2
github.com/ElrondNetwork/elrond-vm v0.0.10
github.com/ElrondNetwork/elrond-vm-common v0.0.5
github.com/beevik/ntp v0.2.0
github.com/boltdb/bolt v1.3.1
github.com/btcsuite/btcd v0.0.0-20190523000118-16327141da8c
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
github.com/cornelk/hashmap v1.0.1-0.20190121140111-33e58823eb9d
github.com/dgraph-io/badger v1.5.5-0.20190226225317-8115aed38f8f
github.com/elastic/go-elasticsearch/v7 v7.1.0
github.com/gin-contrib/cors v0.0.0-20190301062745-f9e10995c85a
github.com/gin-gonic/gin v1.3.0
github.com/glycerine/go-capnproto v0.0.0-20190118050403-2d07de3aa7fc
github.com/glycerine/goconvey v0.0.0-20190410193231-58a59202ab31 // indirect
github.com/glycerine/rbtree v0.0.0-20180524195614-80eebfe947f7 // indirect
github.com/gogo/protobuf v1.2.1
github.com/golang/protobuf v1.3.1
github.com/google/gops v0.3.6
github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect
github.com/hashicorp/golang-lru v0.5.1
github.com/ipfs/go-log v0.0.1
github.com/jbenet/goprocess v0.1.3
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/libp2p/go-libp2p v0.1.0
github.com/libp2p/go-libp2p-core v0.0.3
github.com/libp2p/go-libp2p-discovery v0.1.0
github.com/libp2p/go-libp2p-kad-dht v0.1.0
github.com/libp2p/go-libp2p-peerstore v0.1.0
github.com/libp2p/go-libp2p-pubsub v0.1.0
github.com/mr-tron/base58 v1.1.2
github.com/multiformats/go-multiaddr v0.0.4
github.com/pelletier/go-toml v1.2.0
github.com/pkg/errors v0.8.1
github.com/pkg/profile v1.3.0
github.com/prometheus/client_golang v1.0.0
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.4.0
github.com/stretchr/testify v1.3.0
github.com/syndtr/goleveldb v1.0.1-0.20190318030020-c3a204f8e965
github.com/urfave/cli v1.20.0
github.com/whyrusleeping/go-logging v0.0.0-20170515211332-0457bb6b88fc
github.com/whyrusleeping/timecache v0.0.0-20160911033111-cfcb2f1abfee
go.dedis.ch/kyber/v3 v3.0.2
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5
golang.org/x/sys v0.0.0-20190531073156-46560c3f3c0a // indirect
gopkg.in/go-playground/validator.v8 v8.18.2
)