dep: pull in latest go event bus
There was a panic in the old version.
Steven Allen committed
Jun 28, 2019 at 06:26 UTC
5d29073925b918760c77a5ac57ee0f02d74fe944
2 files changed
+3
-1
go.mod
+1
-1
@@ -62,6 +62,7 @@ require (
62
github.com/jbenet/go-random-files v0.0.0-20190219210431-31b3f20ebded
63
github.com/jbenet/go-temp-err-catcher v0.0.0-20150120210811-aac704a3f4f2
64
github.com/jbenet/goprocess v0.1.3
65
+ github.com/libp2p/go-eventbus v0.0.3 // indirect
66
github.com/libp2p/go-libp2p v0.2.0
67
github.com/libp2p/go-libp2p-autonat-svc v0.1.0
68
github.com/libp2p/go-libp2p-circuit v0.1.0
@@ -111,7 +112,6 @@ require (
112
go4.org v0.0.0-20190313082347-94abd6928b1d // indirect
113
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
114
golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb
114
- google.golang.org/appengine v1.4.0 // indirect
115
gopkg.in/cheggaaa/pb.v1 v1.0.28
116
gotest.tools/gotestsum v0.3.4
117
)
go.sum
+2
@@ -374,6 +374,8 @@ github.com/libp2p/go-conn-security-multistream v0.1.0 h1:aqGmto+ttL/uJgX0JtQI0tD
374
github.com/libp2p/go-conn-security-multistream v0.1.0/go.mod h1:aw6eD7LOsHEX7+2hJkDxw1MteijaVcI+/eP2/x3J1xc=
375
github.com/libp2p/go-eventbus v0.0.2 h1:L9eslON8FjFBJlyUs9fyEZKnxSqZd2AMDUNldPrqmZI=
376
github.com/libp2p/go-eventbus v0.0.2/go.mod h1:Hr/yGlwxA/stuLnpMiu82lpNKpvRy3EaJxPu40XYOwk=
377
+github.com/libp2p/go-eventbus v0.0.3 h1:4sB0NrwnWr6qGeq2RWUp/JG1wNajf6gyILInId72hrw=
378
+github.com/libp2p/go-eventbus v0.0.3/go.mod h1:Hr/yGlwxA/stuLnpMiu82lpNKpvRy3EaJxPu40XYOwk=
379
github.com/libp2p/go-flow-metrics v0.0.1 h1:0gxuFd2GuK7IIP5pKljLwps6TvcuYgvG7Atqi3INF5s=
380
github.com/libp2p/go-flow-metrics v0.0.1/go.mod h1:Iv1GH0sG8DtYN3SVJ2eG221wMiNpZxBdp967ls1g+k8=
381
github.com/libp2p/go-libp2p v0.0.2/go.mod h1:Qu8bWqFXiocPloabFGUcVG4kk94fLvfC8mWTDdFC9wE=