Vendor all dependencies, add docker build to makefile.

Vendor and store all dependencies. This allows us to have a makefile which
builds to a minimized docker image.
This commit is contained in:
Will Rouesnel
2016-03-12 21:07:31 +11:00
parent 976a50234b
commit 054d825c7d
121 changed files with 26938 additions and 265 deletions

10
vendor/github.com/prometheus/log/README.md generated vendored Normal file
View File

@@ -0,0 +1,10 @@
# Prometheus Logging Library
**Deprecated: This repository is superseded by [common/log](https://github.com/prometheus/common/tree/master/log).**
Standard logging library for Go-based Prometheus components.
This library wraps
[https://github.com/Sirupsen/logrus](https://github.com/Sirupsen/logrus) in
order to add line:file annotations to log lines, as well as to provide common
command-line flags for Prometheus components using it.