forked from multiversx/mx-chain-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
49 lines (46 loc) · 1.96 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
module github.com/ElrondNetwork/elrond-go
go 1.13
require (
github.com/ElrondNetwork/arwen-wasm-vm v0.3.33
github.com/ElrondNetwork/concurrent-map v0.1.3
github.com/ElrondNetwork/elrond-go-logger v1.0.4
github.com/ElrondNetwork/elrond-vm-common v0.1.23
github.com/beevik/ntp v0.2.0
github.com/btcsuite/btcd v0.20.1-beta
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
github.com/denisbrodbeck/machineid v1.0.1
github.com/elastic/go-elasticsearch/v7 v7.1.0
github.com/gin-contrib/cors v0.0.0-20190301062745-f9e10995c85a
github.com/gin-contrib/pprof v1.3.0
github.com/gin-gonic/gin v1.6.3
github.com/gizak/termui/v3 v3.1.0
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.3.5
github.com/google/gops v0.3.6
github.com/gorilla/websocket v1.4.2
github.com/hashicorp/golang-lru v0.5.4
github.com/herumi/bls-go-binary v0.0.0-20200324054641-17de9ae04665
github.com/ipfs/go-log v1.0.4
github.com/jbenet/goprocess v0.1.4
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/libp2p/go-libp2p v0.9.2
github.com/libp2p/go-libp2p-core v0.5.7
github.com/libp2p/go-libp2p-discovery v0.4.0
github.com/libp2p/go-libp2p-kad-dht v0.8.0
github.com/libp2p/go-libp2p-kbucket v0.4.2
github.com/libp2p/go-libp2p-pubsub v0.3.3-0.20200615073058-8945f91465bc
github.com/mitchellh/mapstructure v1.1.2
github.com/mr-tron/base58 v1.1.3
github.com/multiformats/go-multiaddr v0.2.2
github.com/pelletier/go-toml v1.6.0
github.com/pkg/errors v0.9.1
github.com/shirou/gopsutil v0.0.0-20190731134726-d80c43f9c984
github.com/stretchr/testify v1.5.1
github.com/syndtr/goleveldb v1.0.1-0.20190318030020-c3a204f8e965
github.com/urfave/cli v1.22.4
github.com/whyrusleeping/timecache v0.0.0-20160911033111-cfcb2f1abfee
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
golang.org/x/net v0.0.0-20200519113804-d87ec0cfa476
gopkg.in/go-playground/validator.v8 v8.18.2
)
replace github.com/gogo/protobuf => github.com/ElrondNetwork/protobuf v1.3.2