-
Notifications
You must be signed in to change notification settings - Fork 6
/
go.mod
59 lines (57 loc) · 2.51 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
55
56
57
58
59
module github.com/RosettaFlow/Carrier-Go
go 1.16
require (
contrib.go.opencensus.io/exporter/jaeger v0.2.1
github.com/d4l3k/messagediff v1.2.1
github.com/ethereum/go-ethereum v1.10.3
github.com/ferranbt/fastssz v0.0.0-20210526181520-7df50c8568f8
github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.5.2
github.com/golang/snappy v0.0.3
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
github.com/ipfs/go-ipfs-addr v0.0.1
github.com/ipfs/go-log/v2 v2.1.3
github.com/joonix/log v0.0.0-20200409080653-9c1d2ceb5f1d
github.com/kevinms/leakybucket-go v0.0.0-20200115003610-082473db97ca
github.com/klauspost/cpuid/v2 v2.0.6 // indirect
github.com/libp2p/go-libp2p v0.14.2
github.com/libp2p/go-libp2p-blankhost v0.2.0
github.com/libp2p/go-libp2p-core v0.8.5
github.com/libp2p/go-libp2p-noise v0.2.0
github.com/libp2p/go-libp2p-pubsub v0.4.0
github.com/libp2p/go-libp2p-swarm v0.5.0
github.com/libp2p/go-tcp-transport v0.2.1
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/minio/highwayhash v1.0.2
github.com/minio/sha256-simd v1.0.0
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
github.com/multiformats/go-multiaddr v0.3.1
github.com/onrik/logrus v0.9.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.9.0
github.com/prysmaticlabs/eth2-types v0.0.0-20210303084904-c9735a06829d
github.com/prysmaticlabs/ethereumapis v0.0.0-20210311175904-cf9f64632dd4
github.com/prysmaticlabs/go-bitfield v0.0.0-20210515192923-def021850363
github.com/prysmaticlabs/prysm v1.4.0
github.com/rs/cors v1.8.0
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
github.com/syndtr/goleveldb v1.0.1-0.20210305035536-64b5b1c73954
github.com/tidwall/gjson v1.8.1 // indirect
github.com/trailofbits/go-mutexasserts v0.0.0-20200708152505-19999e7d3cef
github.com/urfave/cli/v2 v2.3.0
github.com/x-cray/logrus-prefixed-formatter v0.5.2
go.opencensus.io v0.23.0
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
google.golang.org/genproto v0.0.0-20210701191553-46259e63a0a9
google.golang.org/grpc v1.38.0
google.golang.org/protobuf v1.27.1
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
gopkg.in/yaml.v2 v2.4.0
gotest.tools v2.2.0+incompatible
)