Skip to content

Commit c993457

Browse files
committed
fix
1 parent b640a49 commit c993457

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

datastore.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ import (
1717
"gopkg.in/mattes/migrate.v1/migrate"
1818

1919
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"
20+
dat "github.com/nerdynz/dat"
21+
"github.com/nerdynz/dat/kvs"
22+
runner "github.com/nerdynz/dat/sqlx-runner"
2323
redis "gopkg.in/redis.v5"
2424
)
2525

0 commit comments

Comments
 (0)