From a7934af53e3343546912a6929b978628e91e8650 Mon Sep 17 00:00:00 2001 From: Hector Sanjuan Date: Thu, 15 Feb 2018 23:03:01 +0100 Subject: [PATCH] Point briantigerchow/pubsub GoDep'ed module to the gx'ed version This removes briantigerchow/pubsub from Godeps and uses our gx'ed version instead. License: MIT Signed-off-by: Hector Sanjuan --- notifications/notifications.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/notifications/notifications.go b/notifications/notifications.go index 9a6f10b..be0f11c 100644 --- a/notifications/notifications.go +++ b/notifications/notifications.go @@ -4,10 +4,9 @@ import ( "context" "sync" - blocks "gx/ipfs/Qmej7nf81hi2x2tvjRBF3mcp74sQyuDH4VMYDGd1YtXjb2/go-block-format" - - pubsub "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/briantigerchow/pubsub" cid "gx/ipfs/QmcZfnkapfECQGcLZaf9B79NRg7cRa9EnZh4LSbkCzwNvY/go-cid" + pubsub "gx/ipfs/QmdbxjQWogRCHRaxhhGnYdT1oQJzL9GdqSKzCdqWr85AP2/pubsub" + blocks "gx/ipfs/Qmej7nf81hi2x2tvjRBF3mcp74sQyuDH4VMYDGd1YtXjb2/go-block-format" ) const bufferSize = 16 -- GitLab