diff options
Diffstat (limited to 'db/gorm.go')
-rw-r--r-- | db/gorm.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,9 +2,9 @@ package db import ( "github.com/azhao12345/gorm" - "github.com/ewhal/nyaa/config" - "github.com/ewhal/nyaa/model" - "github.com/ewhal/nyaa/util/log" + "github.com/NyaaPantsu/nyaa/config" + "github.com/NyaaPantsu/nyaa/model" + "github.com/NyaaPantsu/nyaa/util/log" _ "github.com/jinzhu/gorm/dialects/postgres" _ "github.com/jinzhu/gorm/dialects/sqlite" ) |