chore: update go-log

This commit is contained in:
Steven Allen 2021-09-15 17:04:09 +02:00
parent 15ffec9fb4
commit 97b8eb5fb5
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import (
"sync" "sync"
"time" "time"
logging "github.com/ipfs/go-log" logging "github.com/ipfs/go-log/v2"
goprocess "github.com/jbenet/goprocess" goprocess "github.com/jbenet/goprocess"
periodic "github.com/jbenet/goprocess/periodic" periodic "github.com/jbenet/goprocess/periodic"
nat "github.com/libp2p/go-nat" nat "github.com/libp2p/go-nat"