mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
7008ac01fa
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> |
||
---|---|---|
.. | ||
expfmt | ||
internal/bitbucket.org/ww/goautoneg | ||
model | ||
LICENSE | ||
NOTICE | ||
README.md |
Common
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