aboutsummaryrefslogtreecommitdiff
path: root/cmd/server/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/server/main.go')
-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 c2160c4..a7143d2 100644
--- a/cmd/server/main.go
+++ b/cmd/server/main.go
@@ -4,7 +4,6 @@ import (
"context"
"encoding/base64"
"errors"
- "log/slog"
"net/http"
"os"
"os/signal"
@@ -13,6 +12,7 @@ import (
"github.com/glebarez/sqlite"
"github.com/gorilla/mux"
flag "github.com/spf13/pflag"
+ "golang.org/x/exp/slog"
"gorm.io/driver/mysql"
"gorm.io/driver/postgres"
"gorm.io/gorm"