mirror of https://github.com/libp2p/go-libp2p.git
Marco Munizaga
2 years ago
committed by
GitHub
1 changed files with 0 additions and 13 deletions
@ -1,13 +0,0 @@ |
|||
//go:build !go1.17
|
|||
// +build !go1.17
|
|||
|
|||
package crypto |
|||
|
|||
// This import allows us to force a minimum version of github.com/btcsuite/btcd,
|
|||
// which otherwise causes problems when `go mod tidy` tries to please Go 1.16
|
|||
// (which we don't care about any more at this point).
|
|||
//
|
|||
// See https://github.com/libp2p/go-libp2p-core/issues/252 for details.
|
|||
import ( |
|||
_ "github.com/btcsuite/btcd/chaincfg" |
|||
) |
Loading…
Reference in new issue