Commit 6419792 1 parent d61d5af commit 6419792 Copy full SHA for 6419792
File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import (
18
18
19
19
_ "net/http/pprof"
20
20
21
- kitlog "github.com/go-kit/kit/ log"
21
+ kitlog "github.com/go-kit/log"
22
22
"github.com/golang/glog"
23
23
"github.com/grafana/regexp"
24
24
"github.com/jessevdk/go-flags"
Original file line number Diff line number Diff line change 5
5
"errors"
6
6
"fmt"
7
7
8
- "github.com/go-kit/kit/ log"
9
- "github.com/go-kit/kit/ log/level"
8
+ "github.com/go-kit/log"
9
+ "github.com/go-kit/log/level"
10
10
"github.com/sirupsen/logrus"
11
11
)
12
12
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ import (
22
22
23
23
"golang.org/x/time/rate"
24
24
25
- "github.com/go-kit/kit/ log"
26
- "github.com/go-kit/kit/ log/level"
25
+ "github.com/go-kit/log"
26
+ "github.com/go-kit/log/level"
27
27
"github.com/prometheus/client_golang/prometheus"
28
28
"github.com/prometheus/common/model"
29
29
"github.com/prometheus/prometheus/config"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import (
18
18
"sync"
19
19
"time"
20
20
21
- "github.com/go-kit/kit/ log"
21
+ "github.com/go-kit/log"
22
22
"github.com/prometheus/common/model"
23
23
"github.com/prometheus/prometheus/config"
24
24
"github.com/prometheus/prometheus/model/labels"
You can’t perform that action at this time.
0 commit comments