chore: update go-log to v2
This commit is contained in:
parent
b29843fffe
commit
73bd078ade
|
@ -7,7 +7,7 @@ import (
|
|||
"github.com/libp2p/go-libp2p-core/discovery"
|
||||
"github.com/libp2p/go-libp2p-core/peer"
|
||||
|
||||
logging "github.com/ipfs/go-log"
|
||||
logging "github.com/ipfs/go-log/v2"
|
||||
)
|
||||
|
||||
var log = logging.Logger("discovery")
|
||||
|
|
Loading…
Reference in New Issue