Skip to content

Commit

Permalink
Change to germesdev gorm
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueCarry committed May 18, 2018
1 parent c5c400d commit ea730e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gormigrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"errors"
"fmt"

"github.com/jinzhu/gorm"
"github.com/germesdev/gorm"
)

// MigrateFunc is the func signature for migrating.
Expand Down
4 changes: 2 additions & 2 deletions gormigrate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"log"
"testing"

"github.com/jinzhu/gorm"
_ "github.com/jinzhu/gorm/dialects/sqlite"
"github.com/germesdev/gorm"
_ "github.com/germesdev/gorm/dialects/sqlite"
"gopkg.in/stretchr/testify.v1/assert"
)

Expand Down

0 comments on commit ea730e0

Please sign in to comment.