Merge pull request #4 from status-im/chore/upgrade-sqlcipher

chore(upgradeSQLCipher): Upgrading sqlcipher to v4
This commit is contained in:
Alex Jbanca 2023-05-31 18:28:24 +03:00 committed by GitHub
commit a2c45febab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import (
"github.com/golang-migrate/migrate/v4"
"github.com/golang-migrate/migrate/v4/database"
_ "github.com/mutecomm/go-sqlcipher"
_ "github.com/mutecomm/go-sqlcipher/v4"
)
func init() {