Release 0.10.1
* [BUGFIX] Fix broken log-level for values other than debug. #560 Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
8
go.mod
8
go.mod
@@ -4,12 +4,12 @@ go 1.14
|
||||
|
||||
require (
|
||||
github.com/blang/semver v3.5.1+incompatible
|
||||
github.com/go-kit/log v0.1.0
|
||||
github.com/lib/pq v1.10.1
|
||||
github.com/go-kit/log v0.2.0
|
||||
github.com/lib/pq v1.10.4
|
||||
github.com/prometheus/client_golang v1.11.0
|
||||
github.com/prometheus/client_model v0.2.0
|
||||
github.com/prometheus/common v0.29.0
|
||||
github.com/prometheus/exporter-toolkit v0.6.0
|
||||
github.com/prometheus/common v0.32.1
|
||||
github.com/prometheus/exporter-toolkit v0.7.1
|
||||
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
||||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
|
||||
gopkg.in/yaml.v2 v2.4.0
|
||||
|
||||
Reference in New Issue
Block a user