File tree 4 files changed +2
-4
lines changed
4 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ require (
77
77
github.com/jbenet/go-random v0.0.0-20190219211222-123a90aedc0c
78
78
github.com/jpillora/backoff v1.0.0
79
79
github.com/kelseyhightower/envconfig v1.4.0
80
- github.com/libp2p/go-eventbus v0.2.1
81
80
github.com/libp2p/go-libp2p v0.23.4
82
81
github.com/libp2p/go-libp2p-gostream v0.5.0
83
82
github.com/libp2p/go-libp2p-http v0.2.1
Original file line number Diff line number Diff line change @@ -1067,7 +1067,6 @@ github.com/libp2p/go-conn-security-multistream v0.2.0/go.mod h1:hZN4MjlNetKD3Rq5
1067
1067
github.com/libp2p/go-conn-security-multistream v0.2.1 /go.mod h1:cR1d8gA0Hr59Fj6NhaTpFhJZrjSYuNmhpT2r25zYR70 =
1068
1068
github.com/libp2p/go-conn-security-multistream v0.3.0 /go.mod h1:EEP47t4fw/bTelVmEzIDqSe69hO/ip52xBEhZMLWAHM =
1069
1069
github.com/libp2p/go-eventbus v0.1.0 /go.mod h1:vROgu5cs5T7cv7POWlWxBaVLxfSegC5UGQf8A2eEmx4 =
1070
- github.com/libp2p/go-eventbus v0.2.1 h1:VanAdErQnpTioN2TowqNcOijf6YwhuODe4pPKSDpxGc =
1071
1070
github.com/libp2p/go-eventbus v0.2.1 /go.mod h1:jc2S4SoEVPP48H9Wpzm5aiGwUCBMfGhVhhBjyhhCJs8 =
1072
1071
github.com/libp2p/go-flow-metrics v0.0.1 /go.mod h1:Iv1GH0sG8DtYN3SVJ2eG221wMiNpZxBdp967ls1g+k8 =
1073
1072
github.com/libp2p/go-flow-metrics v0.0.2 /go.mod h1:HeoSNUrOJVK1jEpDqVEiUOIXqhbnS27omG0uWU5slZs =
Original file line number Diff line number Diff line change 8
8
9
9
"github.com/filecoin-project/boost/storagemarket/types"
10
10
"github.com/google/uuid"
11
- "github.com/libp2p/go-eventbus"
12
11
"github.com/libp2p/go-libp2p/core/event"
12
+ "github.com/libp2p/go-libp2p/p2p/host/eventbus"
13
13
"go.uber.org/atomic"
14
14
)
15
15
Original file line number Diff line number Diff line change 4
4
"fmt"
5
5
6
6
"github.com/filecoin-project/boost/storagemarket/types"
7
- "github.com/libp2p/go-eventbus"
8
7
"github.com/libp2p/go-libp2p/core/event"
8
+ "github.com/libp2p/go-libp2p/p2p/host/eventbus"
9
9
)
10
10
11
11
// newDealPS provides a nicer interface to keep track of "new deal" events
You can’t perform that action at this time.
0 commit comments