build: add dependency on prometheus client_golang to Gopkg.toml

This commit is contained in:
Christian Schwarz
2018-04-14 11:41:26 +02:00
parent 67743d2a66
commit 181875a89b
2 changed files with 47 additions and 1 deletions
+4
View File
@@ -51,3 +51,7 @@ ignored = [ "github.com/inconshreveable/mousetrap" ]
[[constraint]]
name = "github.com/problame/go-netssh"
branch = "master"
[[constraint]]
name = "github.com/prometheus/client_golang"
branch = "master"