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 b640a49 commit c993457Copy full SHA for c993457
datastore.go
@@ -17,9 +17,9 @@ import (
17
"gopkg.in/mattes/migrate.v1/migrate"
18
19
dotenv "github.com/joho/godotenv"
20
- dat "github.com/bkono/dat"
21
- "github.com/bkono/dat/kvs"
22
- runner "github.com/bkono/dat/sqlx-runner"
+ dat "github.com/nerdynz/dat"
+ "github.com/nerdynz/dat/kvs"
+ runner "github.com/nerdynz/dat/sqlx-runner"
23
redis "gopkg.in/redis.v5"
24
)
25
0 commit comments