Skip to content

Commit

Permalink
chore: update go-log to v2 (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Jan 18, 2022
1 parent 7795029 commit 6bb0ca2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion p2p/protocol/internal/circuitv1-deprecated/relay.go
Expand Up @@ -16,8 +16,10 @@ import (
"github.com/libp2p/go-libp2p-core/peerstore"
"github.com/libp2p/go-libp2p-core/transport"

logging "github.com/ipfs/go-log"
pool "github.com/libp2p/go-buffer-pool"

logging "github.com/ipfs/go-log/v2"

ma "github.com/multiformats/go-multiaddr"
)

Expand Down

0 comments on commit 6bb0ca2

Please sign in to comment.