auth
2015-12-14
Parent:b7e685839a1b
182:cd5f07f9811b tip Browse Files
Update nsq import path. go-nsq has moved to nsqio/go-nsq, so we need to update the import path appropriately.
listeners/email_verification/listener.go
1.1 --- a/listeners/email_verification/listener.go Mon Dec 14 04:17:21 2015 -0800 1.2 +++ b/listeners/email_verification/listener.go Mon Dec 14 04:36:28 2015 -0800 1.3 @@ -14,8 +14,8 @@ 1.4 "code.secondbit.org/events.hg" 1.5 "code.secondbit.org/uuid.hg" 1.6 1.7 - "github.com/bitly/go-nsq" 1.8 "github.com/mailgun/mailgun-go" 1.9 + "github.com/nsqio/go-nsq" 1.10 ) 1.11 1.12 const (