clair/vendor/github.com/prometheus/common
2016-06-07 10:08:50 +02:00
..
expfmt replace GoDep by Glide 2016-06-07 10:08:50 +02:00
internal/bitbucket.org/ww/goautoneg replace GoDep by Glide 2016-06-07 10:08:50 +02:00
log replace GoDep by Glide 2016-06-07 10:08:50 +02:00
model replace GoDep by Glide 2016-06-07 10:08:50 +02:00
route replace GoDep by Glide 2016-06-07 10:08:50 +02:00
.travis.yml replace GoDep by Glide 2016-06-07 10:08:50 +02:00
AUTHORS.md replace GoDep by Glide 2016-06-07 10:08:50 +02:00
CONTRIBUTING.md replace GoDep by Glide 2016-06-07 10:08:50 +02:00
LICENSE *: refresh godeps 2016-02-24 16:34:54 -05:00
NOTICE *: refresh godeps 2016-02-24 16:34:54 -05:00
README.md replace GoDep by Glide 2016-06-07 10:08:50 +02:00

Common

Build Status

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

  • model: Shared data structures
  • expfmt: Decoding and encoding for the exposition format
  • route: A routing wrapper around httprouter using context.Context
  • log: A logging wrapper around logrus