Skip to content

Commit

Permalink
Merge pull request #88 from libp2p/update-go-log
Browse files Browse the repository at this point in the history
update go-log to v2
  • Loading branch information
marten-seemann authored Nov 26, 2021
2 parents 628e658 + 44a21dc commit 2d47692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/net/connmgr/connmgr.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/libp2p/go-libp2p-core/network"
"github.com/libp2p/go-libp2p-core/peer"

logging "github.com/ipfs/go-log"
logging "github.com/ipfs/go-log/v2"
ma "github.com/multiformats/go-multiaddr"
)

Expand Down

0 comments on commit 2d47692

Please sign in to comment.