mirror of https://github.com/status-im/migrate.git
use v4 in sqlcipher
This commit is contained in:
parent
304b95f8e5
commit
d4b77d81b5
|
@ -3,13 +3,14 @@ package sqlcipher
|
||||||
import (
|
import (
|
||||||
"database/sql"
|
"database/sql"
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/golang-migrate/migrate"
|
|
||||||
"github.com/golang-migrate/migrate/database"
|
|
||||||
_ "github.com/mutecomm/go-sqlcipher"
|
|
||||||
"io"
|
"io"
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
nurl "net/url"
|
nurl "net/url"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
|
"github.com/golang-migrate/migrate/v4"
|
||||||
|
"github.com/golang-migrate/migrate/v4/database"
|
||||||
|
_ "github.com/mutecomm/go-sqlcipher"
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
|
Loading…
Reference in New Issue