change dependencies to custom fork of gitlab.com/cznic/sqlite

This commit is contained in:
glebarez
2021-12-11 15:16:26 +01:00
parent 69a9fa1d28
commit 0e863dbcc6
5 changed files with 29 additions and 12 deletions

View File

@@ -8,7 +8,7 @@ import (
"gorm.io/gorm/callbacks"
_ "modernc.org/sqlite"
_ "github.com/glebarez/go-sqlite"
"gorm.io/gorm"
"gorm.io/gorm/clause"