diff options
Diffstat (limited to 'Gopkg.toml')
-rw-r--r-- | Gopkg.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Gopkg.toml b/Gopkg.toml index d1de1fd34..5dfd68718 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -3,6 +3,8 @@ ignored = [ "github.com/mholt/caddy/caddyfile", "github.com/mholt/caddy/startupshutdown", "github.com/miekg/dns", + "github.com/prometheus/client_golang/prometheus", + "github.com/prometheus/client_golang/prometheus/promhttp", "golang.org/x/net/context", "golang.org/x/net/context/ctxhttp", "golang.org/x/net/http2", |