From dd6dc669fa232716cce0e2dbc5c4f7bd32296d66 Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Tue, 29 Aug 2023 21:08:54 +0200 Subject: ref: Move to a pure go sqlite implementation --- cmd/server/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/server/main.go') diff --git a/cmd/server/main.go b/cmd/server/main.go index 2a93946..58256fa 100644 --- a/cmd/server/main.go +++ b/cmd/server/main.go @@ -9,12 +9,12 @@ import ( "os/signal" "time" + "github.com/glebarez/sqlite" "github.com/gorilla/mux" "github.com/sirupsen/logrus" flag "github.com/spf13/pflag" "gorm.io/driver/mysql" "gorm.io/driver/postgres" - "gorm.io/driver/sqlite" "gorm.io/gorm" "git.sr.ht/~gabrielgio/img/pkg/database/localfs" -- cgit v1.2.3