We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 001ef7a commit 549f4ceCopy full SHA for 549f4ce
datastore.go
@@ -9,15 +9,15 @@ import (
9
"strings"
10
"time"
11
12
- log "github.com/Sirupsen/logrus"
13
"github.com/johntdyer/slackrus"
14
- _ "github.com/mattes/migrate/driver/postgres" //for migrations
15
- "github.com/mattes/migrate/migrate"
+ log "github.com/sirupsen/logrus"
16
"github.com/unrolled/render"
+ _ "gopkg.in/mattes/migrate.v1/driver/postgres" //for migrations
+ "gopkg.in/mattes/migrate.v1/migrate"
17
18
dotenv "github.com/joho/godotenv"
19
- dat "gopkg.in/mgutz/dat.v1"
20
- runner "gopkg.in/mgutz/dat.v1/sqlx-runner"
+ dat "github.com/nerdynz/dat"
+ runner "github.com/nerdynz/dat/sqlx-runner"
21
redis "gopkg.in/redis.v5"
22
)
23
0 commit comments