mirror of
https://github.com/prometheus/prometheus.git
synced 2025-07-03 11:03:25 +00:00
fix lint issue
Signed-off-by: renzheng.wang <wangrzneu@gmail.com>
This commit is contained in:
parent
98ffad01b8
commit
b2c5de2e65
3 changed files with 9 additions and 14 deletions
|
@ -17,13 +17,14 @@ import (
|
|||
"context"
|
||||
"errors"
|
||||
"fmt"
|
||||
"github.com/prometheus/prometheus/util/strutil"
|
||||
"os"
|
||||
"reflect"
|
||||
"strings"
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/prometheus/prometheus/util/strutil"
|
||||
|
||||
disv1beta1 "k8s.io/api/discovery/v1beta1"
|
||||
|
||||
"github.com/go-kit/log"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue