moby--moby/vendor/github.com/prometheus/common
Kir Kolyshkin 7008ac01fa vendor: bump etcd deps
As per https://github.com/etcd-io/etcd/blob/fa57f7fbc787b4/Gopkg.lock

List of packages required by subset of etcd used is provided by:

go list -f '{{join .Deps "\n"}}' \
 github.com/docker/docker/vendor/github.com/coreos/etcd/... \
 | grep -F . | grep -v coreos/etcd | sort | uniq

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2018-09-13 00:54:20 -07:00
..
expfmt vendor: bump etcd deps 2018-09-13 00:54:20 -07:00
internal/bitbucket.org/ww/goautoneg rerun vndr 2017-03-08 02:29:34 +00:00
model vendor: bump etcd deps 2018-09-13 00:54:20 -07:00
LICENSE project: use vndr for vendoring 2016-11-03 15:31:46 -07:00
NOTICE project: use vndr for vendoring 2016-11-03 15:31:46 -07:00
README.md vendor: bump etcd deps 2018-09-13 00:54:20 -07:00

README.md

Common

Build Status

This repository contains Go libraries that are shared across Prometheus components and libraries.

  • config: Common configuration structures
  • expfmt: Decoding and encoding for the exposition format
  • log: A logging wrapper around logrus
  • model: Shared data structures
  • route: A routing wrapper around httprouter using context.Context
  • version: Version information and metrics