Skip to content

Commit f9251d9

Browse files
author
Edward Muller
committed
Renamed
1 parent 8fa29bf commit f9251d9

File tree

3 files changed

+105
-9
lines changed

3 files changed

+105
-9
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"time"
77

88
"github.com/Sirupsen/logrus"
9-
"github.com/heroku/gobits/redis"
9+
"github.com/heroku/x/redis"
1010
)
1111

1212
var (

vendor/github.com/heroku/x/redis/redis.go

Lines changed: 102 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/vendor.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,8 @@
2626
"revisionTime": "2016-08-02T13:32:03Z"
2727
},
2828
{
29-
"checksumSHA1": "1H8UoWmhmN5UkZbEDZtM50c5mSc=",
30-
"path": "github.com/heroku/gobits",
31-
"revision": "c55d8aab15a05920fbc6b9ef474122e2c0acee90",
32-
"revisionTime": "2016-08-17T22:48:30Z"
33-
},
34-
{
35-
"checksumSHA1": "G2M6++gheNWcKWclENJPEF7mtsI=",
36-
"path": "github.com/heroku/gobits/redis",
29+
"checksumSHA1": "9ls9FVOrI6ixJi7BWkTCjRSNOMQ=",
30+
"path": "github.com/heroku/x/redis",
3731
"revision": "7ec1b023d6ef07ea214fa234ca9952ae01b9135a",
3832
"revisionTime": "2016-08-18T00:10:40Z"
3933
},

0 commit comments

Comments
 (0)