* Use the new prometheus http API
The new recommended way of using the prometheus http handler is through
the promhttp package:
https://github.com/prometheus/client_golang/releases/tag/v0.8.0 (Separated
HTTP exposition, allowing custom HTTP handlers (package promhttp))
* ListenAndServe always returns a non-nil error
* updated vendored dependencies