From a5520bfb4270f9ae8b99ef227d475544b1407436 Mon Sep 17 00:00:00 2001 From: Michael Yang Date: Tue, 19 Sep 2023 10:42:20 -0700 Subject: [PATCH] fix build --- cmd/cmd.go | 1 - server/images.go | 1 - 2 files changed, 2 deletions(-) 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"