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:
8
vendor/github.com/prometheus/client_model/go.mod
generated
vendored
Normal file
8
vendor/github.com/prometheus/client_model/go.mod
generated
vendored
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user