mirror of
https://github.com/ddworken/hishtory.git
synced 2025-08-13 16:57:23 +02:00
Disabe CGO since it is incompatible with cross-compiling for darwin and swap to a non-cgo sqlite library
This commit is contained in:
@ -22,7 +22,7 @@ import (
|
||||
|
||||
_ "embed" // for embedding config.sh
|
||||
|
||||
"gorm.io/driver/sqlite"
|
||||
"github.com/glebarez/sqlite" // an alternate non-cgo-requiring sqlite driver
|
||||
"gorm.io/gorm"
|
||||
"gorm.io/gorm/logger"
|
||||
|
||||
|
Reference in New Issue
Block a user