drop cgo requirement

This commit is contained in:
Hayden 2023-03-22 20:26:07 -08:00
parent 22cd088657
commit 24ccb2b4e7
No known key found for this signature in database
GPG key ID: 17CF79474E257545
8 changed files with 110 additions and 72 deletions

View file

@ -22,10 +22,11 @@ import (
"github.com/hay-kot/homebox/backend/internal/web/mid"
"github.com/hay-kot/safeserve/errchain"
"github.com/hay-kot/safeserve/server"
_ "github.com/mattn/go-sqlite3"
"github.com/rs/zerolog"
"github.com/rs/zerolog/log"
"github.com/rs/zerolog/pkgerrors"
_ "github.com/hay-kot/homebox/backend/pkgs/cgofreesqlite"
)
var (