Bump geth dependency to v1.8.17

This commit is contained in:
Martin Boehm 2018-10-31 13:39:27 +01:00
parent 446ba5cd9d
commit afb8926e1b

4
Gopkg.lock generated
View File

@ -46,8 +46,8 @@
[[projects]]
name = "github.com/ethereum/go-ethereum"
packages = [".","common","common/hexutil","common/math","core/types","crypto","crypto/secp256k1","crypto/sha3","ethclient","ethdb","log","metrics","p2p/netutil","params","rlp","rpc","trie"]
revision = "89451f7c382ad2185987ee369f16416f89c28a7d"
version = "v1.8.15"
revision = "8bbe72075e4e16442c4e28d999edee12e294329e"
version = "v1.8.17"
[[projects]]
name = "github.com/go-stack/stack"