mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
b2db7c8bc9
bump docker/go-metrics v0.0.1: full diff:d466d4f6fd
...v0.0.1 - docker/go-metrics#16 fix the compilation error against prometheus/client-golang master - fixes docker/go-metrics#12 No longer builds against Prom master - docker/go-metrics#18 metrics: address compile error correctly - fixes docker/go-metrics#12 No longer builds against Prom master - docker/go-metrics#15 Add functions that instruments http handler using promhttp - docker/go-metrics#20 Rename LICENSE.code → LICENSE - docker/go-metrics#22 Support Go Modules bump prometheus/client_golang v0.9.4: full diff:c5b7fccd20
...v0.9.4 version v0.9.0 is the minimum required version to work with go-metrics v0.0.1, as it depends on `prometheus.Observer`: vendor/github.com/docker/go-metrics/timer.go:39:4: undefined: prometheus.Observer Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
5 lines
97 B
Modula-2
5 lines
97 B
Modula-2
module github.com/docker/go-metrics
|
|
|
|
go 1.11
|
|
|
|
require github.com/prometheus/client_golang v1.1.0
|