File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
"sync/atomic"
10
10
"time"
11
11
12
- logging "github.com/ipfs/go-log"
12
+ logging "github.com/ipfs/go-log/v2 "
13
13
"github.com/jbenet/goprocess"
14
14
goprocessctx "github.com/jbenet/goprocess/context"
15
15
periodicproc "github.com/jbenet/goprocess/periodic"
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ require (
27
27
github.com/ipfs/go-ipld-cbor v0.0.6
28
28
github.com/ipfs/go-ipld-format v0.5.0
29
29
github.com/ipfs/go-ipld-legacy v0.2.1
30
- github.com/ipfs/go-log v1.0.5
31
30
github.com/ipfs/go-log/v2 v2.5.1
32
31
github.com/ipfs/go-metrics-interface v0.0.1
33
32
github.com/ipfs/go-peertaskqueue v0.8.1
@@ -107,6 +106,7 @@ require (
107
106
github.com/huin/goupnp v1.3.0 // indirect
108
107
github.com/ipfs/go-ipfs-pq v0.0.3 // indirect
109
108
github.com/ipfs/go-ipfs-util v0.0.2 // indirect
109
+ github.com/ipfs/go-log v1.0.5 // indirect
110
110
github.com/ipfs/go-unixfs v0.4.5 // indirect
111
111
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
112
112
github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect
Original file line number Diff line number Diff line change 8
8
"sync"
9
9
"time"
10
10
11
- "github.com/ipfs/go-log"
11
+ "github.com/ipfs/go-log/v2 "
12
12
"github.com/libp2p/go-libp2p/core/host"
13
13
"github.com/libp2p/go-libp2p/core/network"
14
14
"github.com/libp2p/go-libp2p/core/peer"
You can’t perform that action at this time.
0 commit comments