From e3335e0d678cc531ae2a02d7aa157f3326479f65 Mon Sep 17 00:00:00 2001 From: medcl Date: Tue, 22 Mar 2022 16:16:12 +0800 Subject: [PATCH] fix pkg path --- plugin/api/index_management/indices.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/api/index_management/indices.go b/plugin/api/index_management/indices.go index 767b65bb..6ae775d6 100644 --- a/plugin/api/index_management/indices.go +++ b/plugin/api/index_management/indices.go @@ -5,7 +5,7 @@ import ( "infini.sh/framework/core/elastic" "infini.sh/framework/core/util" "net/http" - log "src/github.com/cihub/seelog" + log "github.com/cihub/seelog" ) func (handler APIHandler) HandleGetMappingsAction(w http.ResponseWriter, req *http.Request, ps httprouter.Params) {