mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-13 09:04:06 -08:00
b5c833ca21
* Update go.mod dependencies before release Signed-off-by: Julius Volz <julius.volz@gmail.com> * Add issue for showing query warnings in promtool Signed-off-by: Julius Volz <julius.volz@gmail.com> * Revert json-iterator back to 1.1.6 It produced errors when marshaling Point values with special float values. Signed-off-by: Julius Volz <julius.volz@gmail.com> * Fix expected step values in promtool tests after client_golang update Signed-off-by: Julius Volz <julius.volz@gmail.com> * Update generated protobuf code after proto dep updates Signed-off-by: Julius Volz <julius.volz@gmail.com>
20 lines
762 B
Modula-2
20 lines
762 B
Modula-2
module google.golang.org/grpc
|
|
|
|
require (
|
|
cloud.google.com/go v0.26.0 // indirect
|
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
|
github.com/client9/misspell v0.3.4
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
|
|
github.com/golang/mock v1.1.1
|
|
github.com/golang/protobuf v1.2.0
|
|
github.com/google/go-cmp v0.2.0
|
|
golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3
|
|
golang.org/x/net v0.0.0-20190311183353-d8887717615a
|
|
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
|
|
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
|
|
golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135
|
|
google.golang.org/appengine v1.1.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
|
|
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc
|
|
)
|