mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
9c99f8b9b3
full diff: 6f38060186
...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>
8 lines
164 B
Modula-2
8 lines
164 B
Modula-2
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
|
|
)
|