forked from ChainSafe/nodewatch-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (23 loc) · 732 Bytes
/
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
module eth2-crawler
go 1.16
require (
github.com/99designs/gqlgen v0.14.0
github.com/ethereum/go-ethereum v1.10.12
github.com/golang/snappy v0.0.4
github.com/google/uuid v1.3.0
github.com/hashicorp/go-version v1.3.0
github.com/ipdata/go v0.7.2
github.com/libp2p/go-libp2p v0.15.1
github.com/libp2p/go-libp2p-core v0.9.0
github.com/libp2p/go-libp2p-noise v0.2.2
github.com/libp2p/go-tcp-transport v0.2.8
github.com/multiformats/go-multiaddr v0.4.0
github.com/protolambda/zrnt v0.22.0
github.com/protolambda/ztyp v0.1.9
github.com/robfig/cron/v3 v3.0.1
github.com/rs/cors v1.8.0
github.com/stretchr/testify v1.7.0
github.com/vektah/gqlparser/v2 v2.2.0
go.mongodb.org/mongo-driver v1.7.4
gopkg.in/yaml.v2 v2.4.0
)