Gorm v1.25.10.

This commit is contained in:
Nuno Cruces
2024-05-09 13:24:36 +01:00
parent 5fdcdff7e0
commit e0720fdb92
5 changed files with 23 additions and 10 deletions

View File

@@ -9,6 +9,7 @@ import (
"github.com/ncruces/go-sqlite3"
"github.com/ncruces/go-sqlite3/driver"
_ "github.com/ncruces/go-sqlite3/embed"
_ "github.com/ncruces/go-sqlite3/tests/testcfg"
"github.com/ncruces/go-sqlite3/util/ioutil"
"github.com/ncruces/go-sqlite3/vfs"
"github.com/ncruces/go-sqlite3/vfs/adiantum"