Bump go-ethereum version to 1.8.15

pull/53/head
Martin Boehm 2018-09-10 11:12:33 +02:00
parent a6690a0f19
commit 0abdf3691b
1 changed files with 3 additions and 3 deletions

6
Gopkg.lock generated
View File

@ -69,9 +69,9 @@
[[projects]]
name = "github.com/ethereum/go-ethereum"
packages = [".","common","common/hexutil","common/math","core/types","crypto","crypto/secp256k1","crypto/sha3","ethclient","ethdb","log","metrics","params","rlp","rpc","trie"]
revision = "329ac18ef617d0238f71637bffe78f028b0f13f7"
version = "v1.8.3"
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"
[[projects]]
name = "github.com/go-stack/stack"