Execute go imports to format files

Signed-off-by: Zhengyi Lai <zheng1@kubesphere.io>
This commit is contained in:
Zhengyi Lai
2021-06-27 20:37:51 +08:00
parent d8cef2bcda
commit e26f70d0ca
95 changed files with 98 additions and 98 deletions

View File

@@ -24,7 +24,7 @@ import (
"io/ioutil"
"time"
"github.com/elastic/go-elasticsearch/v5"
elasticsearch "github.com/elastic/go-elasticsearch/v5"
"github.com/elastic/go-elasticsearch/v5/esapi"
)

View File

@@ -24,7 +24,7 @@ import (
"io/ioutil"
"time"
"github.com/elastic/go-elasticsearch/v6"
elasticsearch "github.com/elastic/go-elasticsearch/v6"
"github.com/elastic/go-elasticsearch/v6/esapi"
)

View File

@@ -24,7 +24,7 @@ import (
"io/ioutil"
"time"
"github.com/elastic/go-elasticsearch/v7"
elasticsearch "github.com/elastic/go-elasticsearch/v7"
"github.com/elastic/go-elasticsearch/v7/esapi"
)