diff --git a/database/sqlcipher/sqlcipher.go b/database/sqlcipher/sqlcipher.go index 33c422e..67527e0 100644 --- a/database/sqlcipher/sqlcipher.go +++ b/database/sqlcipher/sqlcipher.go @@ -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() {