chore: update go-log to v2

This commit is contained in:
Marten Seemann 2021-12-07 10:28:26 +04:00
parent b29843fffe
commit 73bd078ade
1 changed files with 1 additions and 1 deletions

View File

@ -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")