@@ -9,25 +9,25 @@ import (
99 "net/url"
1010 "strings"
1111
12- "github.com/jiaozifs /jiaozifs/auth/aksk"
12+ "github.com/GitDataAI /jiaozifs/auth/aksk"
1313
1414 "github.com/hellofresh/health-go/v5"
1515
1616 "github.com/getkin/kin-openapi/openapi3"
1717 "github.com/getkin/kin-openapi/routers/gorillamux"
1818
19+ "github.com/GitDataAI/jiaozifs/api"
20+ "github.com/GitDataAI/jiaozifs/auth"
21+ "github.com/GitDataAI/jiaozifs/auth/crypt"
22+ "github.com/GitDataAI/jiaozifs/config"
23+ "github.com/GitDataAI/jiaozifs/models"
1924 "github.com/MadAppGang/httplog"
2025 "github.com/flowchartsman/swaggerui"
2126 "github.com/getkin/kin-openapi/openapi3filter"
2227 "github.com/getkin/kin-openapi/routers"
2328 "github.com/go-chi/chi/v5"
2429 "github.com/gorilla/sessions"
2530 logging "github.com/ipfs/go-log/v2"
26- "github.com/jiaozifs/jiaozifs/api"
27- "github.com/jiaozifs/jiaozifs/auth"
28- "github.com/jiaozifs/jiaozifs/auth/crypt"
29- "github.com/jiaozifs/jiaozifs/config"
30- "github.com/jiaozifs/jiaozifs/models"
3131 "github.com/rs/cors"
3232 "go.uber.org/fx"
3333)
@@ -109,7 +109,7 @@ func SetupAPI(lc fx.Lifecycle,
109109 }()
110110
111111 lc .Append (fx.Hook {
112- OnStop : func (ctx context.Context ) error {
112+ OnStop : func (_ context.Context ) error {
113113 return listener .Close ()
114114 },
115115 })
0 commit comments