forked from attestantio/go-eth2-client
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
28 lines (26 loc) · 1.18 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
module github.com/attestantio/go-eth2-client
go 1.14
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/ferranbt/fastssz v0.0.0-20210526181520-7df50c8568f8
github.com/goccy/go-yaml v1.8.9
github.com/gogo/protobuf v1.3.2
github.com/golang/snappy v0.0.3
github.com/klauspost/cpuid/v2 v2.0.6 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/minio/sha256-simd v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/pkg/errors v0.9.1
github.com/prysmaticlabs/ethereumapis v0.0.0-20200812153649-a842fc47c2c3
github.com/prysmaticlabs/go-bitfield v0.0.0-20210607200045-4da71aaf6c2d
github.com/r3labs/sse/v2 v2.7.2
github.com/rs/zerolog v1.21.0
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.0.0-20210410081132-afb366fc7cd1 // indirect; set specific tag because of an error when build ssv repo (20210410081132-afb366fc7cd1)
google.golang.org/genproto v0.0.0-20210406143921-e86de6bf7a46 // indirect
google.golang.org/grpc v1.37.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
gotest.tools v2.2.0+incompatible
)