Skip to content

Commit 549f4ce

Browse files
committed
fixed slack dep
1 parent 001ef7a commit 549f4ce

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

datastore.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ import (
99
"strings"
1010
"time"
1111

12-
log "github.com/Sirupsen/logrus"
1312
"github.com/johntdyer/slackrus"
14-
_ "github.com/mattes/migrate/driver/postgres" //for migrations
15-
"github.com/mattes/migrate/migrate"
13+
log "github.com/sirupsen/logrus"
1614
"github.com/unrolled/render"
15+
_ "gopkg.in/mattes/migrate.v1/driver/postgres" //for migrations
16+
"gopkg.in/mattes/migrate.v1/migrate"
1717

1818
dotenv "github.com/joho/godotenv"
19-
dat "gopkg.in/mgutz/dat.v1"
20-
runner "gopkg.in/mgutz/dat.v1/sqlx-runner"
19+
dat "github.com/nerdynz/dat"
20+
runner "github.com/nerdynz/dat/sqlx-runner"
2121
redis "gopkg.in/redis.v5"
2222
)
2323

0 commit comments

Comments
 (0)