use v4 in sqlcipher

This commit is contained in:
Adam Babik 2019-06-03 20:07:32 +02:00
parent 304b95f8e5
commit d4b77d81b5
No known key found for this signature in database
GPG Key ID: ED02515A1FC0D1B4
1 changed files with 4 additions and 3 deletions

View File

@ -3,13 +3,14 @@ package sqlcipher
import (
"database/sql"
"fmt"
"github.com/golang-migrate/migrate"
"github.com/golang-migrate/migrate/database"
_ "github.com/mutecomm/go-sqlcipher"
"io"
"io/ioutil"
nurl "net/url"
"strings"
"github.com/golang-migrate/migrate/v4"
"github.com/golang-migrate/migrate/v4/database"
_ "github.com/mutecomm/go-sqlcipher"
)
func init() {