@@ -3,7 +3,7 @@ module eth2-crawler
3
3
go 1.17
4
4
5
5
require (
6
- github.com/99designs/gqlgen v0.16.0
6
+ github.com/99designs/gqlgen v0.17.13
7
7
github.com/ethereum/go-ethereum v1.10.12
8
8
github.com/golang/snappy v0.0.4
9
9
github.com/google/uuid v1.3.0
@@ -18,14 +18,14 @@ require (
18
18
github.com/protolambda/ztyp v0.2.1
19
19
github.com/robfig/cron/v3 v3.0.1
20
20
github.com/rs/cors v1.8.2
21
- github.com/stretchr/testify v1.7.0
22
- github.com/vektah/gqlparser/v2 v2.2.0
21
+ github.com/stretchr/testify v1.7.1
22
+ github.com/vektah/gqlparser/v2 v2.4.6
23
23
go.mongodb.org/mongo-driver v1.8.3
24
24
gopkg.in/yaml.v2 v2.4.0
25
25
)
26
26
27
27
require (
28
- github.com/agnivade/levenshtein v1.1.0 // indirect
28
+ github.com/agnivade/levenshtein v1.1.1 // indirect
29
29
github.com/beorn7/perks v1.0.1 // indirect
30
30
github.com/btcsuite/btcd v0.22.0-beta // indirect
31
31
github.com/cespare/xxhash/v2 v2.1.1 // indirect
@@ -36,7 +36,7 @@ require (
36
36
github.com/gogo/protobuf v1.3.2 // indirect
37
37
github.com/golang/protobuf v1.5.2 // indirect
38
38
github.com/google/gopacket v1.1.19 // indirect
39
- github.com/gorilla/websocket v1.4.2 // indirect
39
+ github.com/gorilla/websocket v1.5.0 // indirect
40
40
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect
41
41
github.com/holiman/uint256 v1.2.0 // indirect
42
42
github.com/huin/goupnp v1.0.2 // indirect
@@ -81,7 +81,7 @@ require (
81
81
github.com/libp2p/go-ws-transport v0.5.0 // indirect
82
82
github.com/libp2p/go-yamux/v2 v2.2.0 // indirect
83
83
github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd // indirect
84
- github.com/mattn/go-isatty v0.0.13 // indirect
84
+ github.com/mattn/go-isatty v0.0.14 // indirect
85
85
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
86
86
github.com/miekg/dns v1.1.43 // indirect
87
87
github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b // indirect
@@ -116,11 +116,11 @@ require (
116
116
go.uber.org/atomic v1.9.0 // indirect
117
117
go.uber.org/multierr v1.7.0 // indirect
118
118
go.uber.org/zap v1.19.0 // indirect
119
- golang.org/x/crypto v0.0.0-20210813211128-0a44fdfbc16e // indirect
120
- golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
119
+ golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
120
+ golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect
121
121
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
122
- golang.org/x/sys v0.0.0-20210816183151-1e6c022a8912 // indirect
122
+ golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
123
123
golang.org/x/text v0.3.7 // indirect
124
- google.golang.org/protobuf v1.27.1 // indirect
124
+ google.golang.org/protobuf v1.28.0 // indirect
125
125
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
126
126
)
0 commit comments