File tree Expand file tree Collapse file tree 8 files changed +11
-17
lines changed Expand file tree Collapse file tree 8 files changed +11
-17
lines changed Original file line number Diff line number Diff line change 99 "github.com/segmentio/go-log"
1010 "github.com/segmentio/go-stats"
1111 "github.com/segmentio/nsq_to_redis/ratelimit"
12- "github.com/statsd/client "
12+ "github.com/segmentio/statsdclient "
1313 "github.com/tidwall/gjson"
1414)
1515
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111 "github.com/segmentio/go-log"
1212 "github.com/segmentio/nsq_to_redis/broadcast/mocks"
1313 "github.com/segmentio/nsq_to_redis/ratelimit"
14- statsd "github.com/statsd/client "
14+ statsd "github.com/segmentio/statsdclient "
1515 "github.com/stretchr/testify/mock"
1616)
1717
Original file line number Diff line number Diff line change 77 "github.com/segmentio/go-stats"
88 "github.com/segmentio/nsq_to_redis/broadcast"
99 "github.com/segmentio/nsq_to_redis/template"
10- "github.com/statsd/client "
10+ "github.com/segmentio/statsdclient "
1111)
1212
1313// Options for List.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010 "github.com/segmentio/go-log"
1111 "github.com/segmentio/nsq_to_redis/broadcast"
1212 "github.com/segmentio/nsq_to_redis/broadcast/mocks"
13- statsd "github.com/statsd/client "
13+ statsd "github.com/segmentio/statsdclient "
1414)
1515
1616func BenchmarkList (b * testing.B ) {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212 "github.com/segmentio/nsq_to_redis/list"
1313 "github.com/segmentio/nsq_to_redis/pubsub"
1414 "github.com/segmentio/nsq_to_redis/ratelimit"
15- "github.com/statsd/client "
15+ "github.com/segmentio/statsdclient "
1616 "github.com/tj/docopt"
1717 "github.com/tj/go-gracefully"
1818)
Original file line number Diff line number Diff line change 77 "github.com/segmentio/go-stats"
88 "github.com/segmentio/nsq_to_redis/broadcast"
99 "github.com/segmentio/nsq_to_redis/template"
10- "github.com/statsd/client "
10+ "github.com/segmentio/statsdclient "
1111)
1212
1313// Options for PubSub.
Original file line number Diff line number Diff line change 99 "github.com/segmentio/go-log"
1010 "github.com/segmentio/nsq_to_redis/broadcast"
1111 "github.com/segmentio/nsq_to_redis/broadcast/mocks"
12- statsd "github.com/statsd/client "
12+ statsd "github.com/segmentio/statsdclient "
1313)
1414
1515func TestPubSub (t * testing.T ) {
Original file line number Diff line number Diff line change 129129 "revisionTime" : " 2015-04-11T19:54:18Z"
130130 },
131131 {
132- "checksumSHA1" : " lJAKwbZNsrklhljF9rUDIP3bqBs =" ,
133- "path" : " github.com/statsd/client " ,
134- "revision" : " 4d5b8b0f41649f58d6e9e443857bccafe927f3cb " ,
135- "revisionTime" : " 2014-10-07T22:42:35Z "
132+ "checksumSHA1" : " UqnxpFiLan1XEonWFLoF4y0CFsY =" ,
133+ "path" : " github.com/segmentio/statsdclient " ,
134+ "revision" : " 1694aafe4881d04277b5f2c5835cc504ae53dbc1 " ,
135+ "revisionTime" : " 2018-01-09T07:05:06Z "
136136 },
137137 {
138138 "checksumSHA1" : " Ntxt39Uh4Bwm20WFS93Xkzzi12E=" ,
157157 "path" : " github.com/tj/go-gracefully" ,
158158 "revision" : " 005c1d102f1bf3158f9ba29c12d68a73ac15f321" ,
159159 "revisionTime" : " 2014-12-27T06:10:38Z"
160- },
161- {
162- "checksumSHA1" : " jmq1D8SgW9sdJqL3lkaTDGWrz3M=" ,
163- "path" : " github.com/visionmedia/go-debug" ,
164- "revision" : " ff4a55a20a86994118644bbddc6a216da193cc13" ,
165- "revisionTime" : " 2014-10-22T19:30:16Z"
166160 }
167161 ],
168162 "rootPath" : " github.com/segmentio/nsq_to_redis"
You can’t perform that action at this time.
0 commit comments