1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-04 03:54:58 +01:00

chore: fixes import

This commit is contained in:
Amir Raminfar
2023-06-07 12:07:39 -07:00
parent 3f328a0ebf
commit 8912339044

View File

@@ -14,7 +14,6 @@ import (
"github.com/amir20/dozzle/analytics"
"github.com/amir20/dozzle/docker"
"github.com/go-chi/chi/v5"
"github.com/go-chi/chi/v5/middleware"
log "github.com/sirupsen/logrus"
)