Skip to content

Commit f22b8e7

Browse files
authored
Merge pull request #28 from keep-network/geth-update
go-ethereum dependency updated to 1.9.10
2 parents fbe9e19 + d94742b commit f22b8e7

File tree

2 files changed

+92
-10
lines changed

2 files changed

+92
-10
lines changed

go.mod

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/deckarep/golang-set v1.7.1 // indirect
1313
github.com/edsrzf/mmap-go v1.0.0 // indirect
1414
github.com/elastic/gosigar v0.10.5 // indirect
15-
github.com/ethereum/go-ethereum v1.9.7
15+
github.com/ethereum/go-ethereum v1.9.10
1616
github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5 // indirect
1717
github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08 // indirect
1818
github.com/gorilla/websocket v1.4.1 // indirect
@@ -27,16 +27,10 @@ require (
2727
github.com/rjeczalik/notify v0.9.2 // indirect
2828
github.com/rs/cors v1.7.0 // indirect
2929
github.com/status-im/keycard-go v0.0.0-20191119114148-6dd40a46baa0 // indirect
30-
github.com/steakknife/bloomfilter v0.0.0-20180922174646-6819c0d2a570 // indirect
31-
github.com/steakknife/hamming v0.0.0-20180906055917-c99c65617cd3 // indirect
32-
github.com/syndtr/goleveldb v1.0.1-0.20190923125748-758128399b1d // indirect
3330
github.com/tyler-smith/go-bip39 v1.0.2 // indirect
34-
github.com/urfave/cli v0.0.0-00010101000000-000000000000
35-
github.com/wsddn/go-ecdh v0.0.0-20161211032359-48726bab9208 // indirect
31+
github.com/urfave/cli v1.22.1
3632
golang.org/x/crypto v0.0.0-20190926114937-fa1a29108794
3733
golang.org/x/net v0.0.0-20190926025831-c00fd9afed17 // indirect
3834
golang.org/x/tools v0.0.0-20190925230517-ea99b82c7b93
39-
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
4035
gopkg.in/olebedev/go-duktape.v3 v3.0.0-20190709231704-1e4459ed25ff // indirect
41-
gopkg.in/urfave/cli.v1 v1.20.0 // indirect
4236
)

0 commit comments

Comments
 (0)