4
4
5
5
require (
6
6
github.com/99designs/gqlgen v0.16.0
7
- github.com/ethereum/go-ethereum v1.10.12
7
+ github.com/ethereum/go-ethereum v1.10.23
8
8
github.com/golang/snappy v0.0.4
9
9
github.com/google/uuid v1.3.0
10
10
github.com/hashicorp/go-version v1.4.0
@@ -18,7 +18,7 @@ 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
21
+ github.com/stretchr/testify v1.7.2
22
22
github.com/vektah/gqlparser/v2 v2.2.0
23
23
go.mongodb.org/mongo-driver v1.8.3
24
24
gopkg.in/yaml.v2 v2.4.0
@@ -28,9 +28,11 @@ require (
28
28
github.com/agnivade/levenshtein v1.1.0 // indirect
29
29
github.com/beorn7/perks v1.0.1 // indirect
30
30
github.com/btcsuite/btcd v0.22.0-beta // indirect
31
+ github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
31
32
github.com/cespare/xxhash/v2 v2.1.1 // indirect
32
33
github.com/davecgh/go-spew v1.1.1 // indirect
33
34
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
35
+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
34
36
github.com/flynn/noise v1.0.0 // indirect
35
37
github.com/go-stack/stack v1.8.0 // indirect
36
38
github.com/gogo/protobuf v1.3.2 // indirect
@@ -39,7 +41,7 @@ require (
39
41
github.com/gorilla/websocket v1.4.2 // indirect
40
42
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect
41
43
github.com/holiman/uint256 v1.2.0 // indirect
42
- github.com/huin/goupnp v1.0.2 // indirect
44
+ github.com/huin/goupnp v1.0.3 // indirect
43
45
github.com/ipfs/go-cid v0.0.7 // indirect
44
46
github.com/ipfs/go-ipfs-util v0.0.2 // indirect
45
47
github.com/ipfs/go-log v1.0.5 // indirect
@@ -116,11 +118,11 @@ require (
116
118
go.uber.org/atomic v1.9.0 // indirect
117
119
go.uber.org/multierr v1.7.0 // indirect
118
120
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
121
+ golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
122
+ golang.org/x/net v0.0.0-20220607020251-c690dde0001d // indirect
121
123
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
122
- golang.org/x/sys v0.0.0-20210816183151-1e6c022a8912 // indirect
124
+ golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
123
125
golang.org/x/text v0.3.7 // indirect
124
126
google.golang.org/protobuf v1.27.1 // indirect
125
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
127
+ gopkg.in/yaml.v3 v3.0.1 // indirect
126
128
)
0 commit comments