From 4d033bfe636277338dac0574691fca923c2c146d Mon Sep 17 00:00:00 2001 From: Alex Jbanca Date: Wed, 31 May 2023 18:10:12 +0300 Subject: [PATCH] chore(upgradeSQLCipher): Upgrading sqlcipher to v4 --- database/sqlcipher/sqlcipher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {