Skip to content

Commit

Permalink
vendor: Add prometheus push client dependencies
Browse files Browse the repository at this point in the history
Added additional prometheus push client dependencies that are
required to push.
  • Loading branch information
rna-afk committed Jul 22, 2020
1 parent 4d9ec05 commit d961f16
Show file tree
Hide file tree
Showing 3 changed files with 312 additions and 0 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/pkg/sftp v1.10.1
github.com/prometheus/client_golang v1.5.1
github.com/prometheus/common v0.9.1
github.com/satori/uuid v1.2.0 // indirect
github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd
github.com/sirupsen/logrus v1.5.0
Expand Down
309 changes: 309 additions & 0 deletions vendor/github.com/prometheus/client_golang/prometheus/push/push.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1091,9 +1091,11 @@ github.com/posener/complete/cmd/install
## explicit
github.com/prometheus/client_golang/prometheus
github.com/prometheus/client_golang/prometheus/internal
github.com/prometheus/client_golang/prometheus/push
# github.com/prometheus/client_model v0.2.0
github.com/prometheus/client_model/go
# github.com/prometheus/common v0.9.1
## explicit
github.com/prometheus/common/expfmt
github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg
github.com/prometheus/common/model
Expand Down

0 comments on commit d961f16

Please sign in to comment.