Skip to content

Commit a36d0e4

Browse files
authored
upgrade geth dep (#148)
1 parent 7a9613c commit a36d0e4

3 files changed

Lines changed: 421 additions & 20 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '3'
1+
version: '2'
22

33
services:
44
substrate:

go.mod

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,20 @@ module github.com/centrifuge/go-substrate-rpc-client/v3
33
go 1.16
44

55
require (
6-
github.com/aristanetworks/goarista v0.0.0-20190712234253-ed1100a1c015 // indirect
6+
github.com/ChainSafe/go-schnorrkel v0.0.0-20210318173838-ccb5cd955283 // indirect
77
github.com/btcsuite/btcutil v1.0.2
88
github.com/davecgh/go-spew v1.1.1
99
github.com/deckarep/golang-set v1.7.1
10-
github.com/ethereum/go-ethereum v1.9.25
10+
github.com/ethereum/go-ethereum v1.10.2
1111
github.com/gorilla/websocket v1.4.2
12-
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
12+
github.com/kr/text v0.2.0 // indirect
1313
github.com/pierrec/xxHash v0.1.5
1414
github.com/rs/cors v1.7.0
15-
github.com/stretchr/testify v1.6.1
15+
github.com/stretchr/testify v1.7.0
1616
github.com/vedhavyas/go-subkey v1.0.2
17-
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
18-
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
17+
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
18+
golang.org/x/sys v0.0.0-20210415045647-66c3f260301c // indirect
19+
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
1920
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce
21+
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
2022
)

0 commit comments

Comments
 (0)