diff --git a/cmd/cmd.go b/cmd/cmd.go index a3004db5..d2cf3f30 100644 --- a/cmd/cmd.go +++ b/cmd/cmd.go @@ -14,7 +14,6 @@ import ( "net/http" "os" "os/exec" - "path" "path/filepath" "runtime" "strings" diff --git a/server/images.go b/server/images.go index a0efd671..e60546d1 100644 --- a/server/images.go +++ b/server/images.go @@ -14,7 +14,6 @@ import ( "net/http" "net/url" "os" - "path" "path/filepath" "reflect" "runtime"