Skip to content

Commit 5f552aa

Browse files
committed
fix imports
Signed-off-by: TomaBere <[email protected]>
1 parent aa93243 commit 5f552aa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

collector/nodes.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ package collector
1616
import (
1717
"encoding/json"
1818
"fmt"
19-
"github.com/go-kit/log"
20-
"github.com/go-kit/log/level"
21-
"github.com/prometheus/client_golang/prometheus"
2219
"io"
2320
"net/http"
2421
"net/url"
2522
"path"
23+
24+
"github.com/go-kit/log"
25+
"github.com/go-kit/log/level"
26+
"github.com/prometheus/client_golang/prometheus"
2627
)
2728

2829
func getRoles(node NodeStatsNodeResponse) map[string]bool {

0 commit comments

Comments
 (0)