diff options
| author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-12-01 00:52:33 +0100 | 
|---|---|---|
| committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-12-01 00:52:33 +0100 | 
| commit | 29e9fd3136f2e2fe301cbe07967fb3bb4ffcee2a (patch) | |
| tree | cf5248dc0c3efd21845062d4885ed0dd0890d9cb /cmd/server | |
| parent | 417041797674319485bea96cb38489670ff3b2ef (diff) | |
| download | lens-master.tar.gz lens-master.tar.bz2 lens-master.zip | |
This is done until go1.21 hits alpine repository.
Diffstat (limited to 'cmd/server')
| -rw-r--r-- | cmd/server/main.go | 2 | 
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" | 
