Remove 1.8.12 from deps
This commit is contained in:
parent
becd46a4dd
commit
17cb1ad763
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue