chore: update go-log to v2 (#242)

This commit is contained in:
Marten Seemann 2021-12-07 11:17:48 +04:00 committed by GitHub
parent f6db71eb22
commit 79681c8cba
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import (
"github.com/minio/sha256-simd"
"golang.org/x/crypto/hkdf"
logging "github.com/ipfs/go-log"
logging "github.com/ipfs/go-log/v2"
"github.com/libp2p/go-libp2p-core/connmgr"
ic "github.com/libp2p/go-libp2p-core/crypto"
n "github.com/libp2p/go-libp2p-core/network"