refactor(hooks): use external pubsub (#65)
Showing
... | @@ -6,6 +6,7 @@ require ( | ... | @@ -6,6 +6,7 @@ require ( |
github.com/gogo/protobuf v1.3.1 | github.com/gogo/protobuf v1.3.1 | ||
github.com/golang/protobuf v1.3.2 // indirect | github.com/golang/protobuf v1.3.2 // indirect | ||
github.com/gopherjs/gopherjs v0.0.0-20190812055157-5d271430af9f // indirect | github.com/gopherjs/gopherjs v0.0.0-20190812055157-5d271430af9f // indirect | ||
github.com/hannahhoward/go-pubsub v0.0.0-20200423002714-8d62886cc36e | |||
github.com/ipfs/go-block-format v0.0.2 | github.com/ipfs/go-block-format v0.0.2 | ||
github.com/ipfs/go-blockservice v0.1.3 | github.com/ipfs/go-blockservice v0.1.3 | ||
github.com/ipfs/go-cid v0.0.5 | github.com/ipfs/go-cid v0.0.5 | ||
... | @@ -33,7 +34,7 @@ require ( | ... | @@ -33,7 +34,7 @@ require ( |
github.com/polydawn/refmt v0.0.0-20190809202753-05966cbd336a // indirect | github.com/polydawn/refmt v0.0.0-20190809202753-05966cbd336a // indirect | ||
github.com/smartystreets/assertions v1.0.1 // indirect | github.com/smartystreets/assertions v1.0.1 // indirect | ||
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect | github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect | ||
github.com/stretchr/testify v1.4.0 | github.com/stretchr/testify v1.5.1 | ||
github.com/whyrusleeping/cbor-gen v0.0.0-20200402171437-3d27c146c105 // indirect | github.com/whyrusleeping/cbor-gen v0.0.0-20200402171437-3d27c146c105 // indirect | ||
go.uber.org/multierr v1.4.0 // indirect | go.uber.org/multierr v1.4.0 // indirect | ||
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect | golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect | ||
... | ... |
Please register or sign in to comment