Remove 1.8.12 from deps

This commit is contained in:
Dmitry 2018-07-18 11:09:43 +03:00
parent becd46a4dd
commit 17cb1ad763
2 changed files with 2 additions and 2 deletions

2
Gopkg.lock generated
View File

@ -325,11 +325,11 @@
analyzer-name = "dep"
analyzer-version = 1
input-imports = [
"github.com/ethereum/go-ethereum/crypto",
"github.com/ethereum/go-ethereum/p2p/discover",
"github.com/libp2p/go-libp2p-crypto",
"github.com/libp2p/go-libp2p-peer",
"github.com/multiformats/go-multiaddr",
"github.com/multiformats/go-multihash",
"github.com/stretchr/testify/require",
]
solver-name = "gps-cdcl"

View File

@ -35,7 +35,7 @@
[[constraint]]
name = "github.com/ethereum/go-ethereum"
version = "1.8.12"
version = "1.8.11"
[[constraint]]
name = "github.com/libp2p/go-libp2p-peer"