vendor: bump prometheus/client_model v0.1.0

full diff: 99fa1f4be8...v0.1.0

- prometheus/client_model#22 add `go_package`, regenerate Go binding file
- prometheus/client_model#31 Support Go Modules
- prometheus/client_model#38 Remove all languages but Go and add a deprecation note

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2020-01-13 15:08:24 +01:00
parent 77a3780c25
commit c02dc24ecf
4 changed files with 361 additions and 80 deletions

8
vendor/github.com/prometheus/client_model/go.mod generated vendored Normal file
View File

@@ -0,0 +1,8 @@
module github.com/prometheus/client_model
go 1.9
require (
github.com/golang/protobuf v1.2.0
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f // indirect
)