aboutsummaryrefslogtreecommitdiff
path: root/cmd/server
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/server')
-rw-r--r--cmd/server/main.go2
1 files changed, 1 insertions, 1 deletions
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"