File tree 11 files changed +14
-203
lines changed
11 files changed +14
-203
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
21
21
"regexp"
22
22
"strings"
23
23
24
- "github.com/go-kit/kit/ log/level"
24
+ "github.com/go-kit/log/level"
25
25
"github.com/prometheus/client_golang/prometheus"
26
26
)
27
27
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ import (
17
17
"net/http"
18
18
"os"
19
19
20
- "github.com/go-kit/kit/ log"
21
- "github.com/go-kit/kit/ log/level"
20
+ "github.com/go-kit/log"
21
+ "github.com/go-kit/log/level"
22
22
"github.com/prometheus/client_golang/prometheus"
23
23
"github.com/prometheus/client_golang/prometheus/promhttp"
24
24
"github.com/prometheus/common/promlog"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
20
20
"time"
21
21
22
22
"github.com/blang/semver"
23
- "github.com/go-kit/kit/ log/level"
23
+ "github.com/go-kit/log/level"
24
24
"github.com/lib/pq"
25
25
"github.com/prometheus/client_golang/prometheus"
26
26
)
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import (
19
19
"strconv"
20
20
"strings"
21
21
22
- "github.com/go-kit/kit/ log/level"
22
+ "github.com/go-kit/log/level"
23
23
"github.com/prometheus/client_golang/prometheus"
24
24
)
25
25
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
25
25
"time"
26
26
27
27
"github.com/blang/semver"
28
- "github.com/go-kit/kit/ log/level"
28
+ "github.com/go-kit/log/level"
29
29
"github.com/prometheus/client_golang/prometheus"
30
30
)
31
31
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import (
18
18
"fmt"
19
19
20
20
"github.com/blang/semver"
21
- "github.com/go-kit/kit/ log/level"
21
+ "github.com/go-kit/log/level"
22
22
"gopkg.in/yaml.v2"
23
23
)
24
24
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
20
20
"time"
21
21
22
22
"github.com/blang/semver"
23
- "github.com/go-kit/kit/ log/level"
23
+ "github.com/go-kit/log/level"
24
24
"github.com/prometheus/client_golang/prometheus"
25
25
)
26
26
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
21
21
"strings"
22
22
"time"
23
23
24
- "github.com/go-kit/kit/ log/level"
24
+ "github.com/go-kit/log/level"
25
25
"github.com/lib/pq"
26
26
)
27
27
Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/blang/semver v3.5.1+incompatible
7
- github.com/go-kit/kit v0.11 .0
7
+ github.com/go-kit/log v0.1 .0
8
8
github.com/lib/pq v1.10.1
9
9
github.com/prometheus/client_golang v1.11.0
10
10
github.com/prometheus/client_model v0.2.0
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
1
// Never check for logger errors.
2
- (github.com/go-kit/kit/ log.Logger).Log
2
+ (github.com/go-kit/log.Logger).Log
You can’t perform that action at this time.
0 commit comments