-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
42 lines (39 loc) · 1.7 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/gagarinchain/network
require (
github.com/davecgh/go-spew v1.1.1
github.com/deckarep/golang-set v1.7.1
github.com/emirpasic/gods v1.12.0
github.com/ethereum/go-ethereum v1.10.1
github.com/ferranbt/fastssz v0.0.0-20201030134205-9b9624098321 // indirect
github.com/gagarinchain/common v0.1.22
github.com/go-stack/stack v1.8.0
github.com/golang/protobuf v1.4.3
github.com/gorilla/websocket v1.4.2
github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac
github.com/ipfs/go-log v1.0.4
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
github.com/libp2p/go-libp2p-core v0.5.6
github.com/libp2p/go-libp2p-peerstore v0.2.4 // indirect
github.com/libp2p/go-libp2p-pubsub v0.2.7
github.com/magiconair/properties v1.8.1
github.com/minio/highwayhash v1.0.1 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/multiformats/go-multiaddr v0.2.2
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/phoreproject/bls v0.0.0-20200525203911-a88a5ae26844
github.com/pkg/errors v0.9.1
github.com/protolambda/zssz v0.1.5 // indirect
github.com/prysmaticlabs/go-bitfield v0.0.0-20200618145306-2ae0807bef65 // indirect
github.com/prysmaticlabs/go-ssz v0.0.0-20200612203617-6d5c9aa213ae
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.0
github.com/status-im/keycard-go v0.0.0-20190316090335-8537d3370df4
github.com/stretchr/testify v1.7.0
github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca
golang.org/x/net v0.0.0-20200822124328-c89045814202
google.golang.org/genproto v0.0.0-20201008135153-289734e2e40c // indirect
google.golang.org/grpc v1.33.0
gopkg.in/yaml.v2 v2.3.0
)
go 1.15
//replace github.com/gagarinchain/common => ../common