diff --git a/osmanthuswine.go b/osmanthuswine.go index 6750c33..be84b4c 100644 --- a/osmanthuswine.go +++ b/osmanthuswine.go @@ -6,6 +6,7 @@ import ( "github.com/go-chi/chi" "github.com/go-chi/chi/middleware" "github.com/ouxuanserver/osmanthuswine/src/core" + "github.com/ouxuanserver/osmanthuswine/src/helper" "github.com/ouxuanserver/osmanthuswine/src/session" "github.com/wailovet/overseer" "github.com/wailovet/overseer/fetcher" @@ -14,7 +15,6 @@ import ( "net/http" "os" "os/exec" - "osmanthuswine/src/helper" "path/filepath" "runtime" "runtime/debug"