Commit Graph

7 Commits

Author SHA1 Message Date
Will Rouesnel 989489096e Refactor repository layout and convert build system to Mage.
This commit implements a massive refactor of the repository, and
moves the build system over to use Mage (magefile.org) which should
allow seamless building across multiple platforms.
2018-03-06 07:29:35 +10:00
Will Rouesnel 0e4c3ce395 Update all dependencies.
* Switch to using kingpin for CLI interface as upstream Prometheus has moved
  that way too.
2017-10-26 19:27:29 +11:00
Will Rouesnel 9f1835bb2d Vendor new packages, fix bad sync dependency. 2016-11-18 03:45:42 +11:00
Nick Cabatoff b3bb44082a merge with upstream 2016-09-07 16:29:30 -04:00
Travis Cline 09a998035d update to use common/log 2016-08-05 18:54:41 -07:00
Reda NOUSHI 8dd3912150 Add gopkg.in/yaml.v2 dependency to vendor/ 2016-06-29 01:21:04 +00:00
Will Rouesnel 054d825c7d 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.
2016-03-12 21:16:17 +11:00