prometheus/prompb
Simon Pasquier 81c4248081
*: bump gRPC and protobuf dependencies (#5367)
The goal is to remove almost all references to the
golang.org/x/net/context package.

github.com/gogo/protobuf => v1.2.1
google.golang.org/grpc => v1.19.1
github.com/grpc-ecosystem/grpc-gateway => v1.18.5

It also replaces github.com/cockroachdb/cmux by github.com/soheilhy/cmux
because of [1] which fixes #3909 incidentally.

[1] https://github.com/grpc/grpc-go/issues/2636

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2019-04-04 11:55:32 +02:00
..
README.md proto: Allow reproducible proto generation. 2018-10-05 10:22:02 +01:00
remote.pb.go *: bump gRPC and protobuf dependencies (#5367) 2019-04-04 11:55:32 +02:00
remote.proto update remote write path proto so that Labels/Timeseries can't be nil (#4957) 2019-01-15 19:13:39 +00:00
rpc.pb.go *: bump gRPC and protobuf dependencies (#5367) 2019-04-04 11:55:32 +02:00
rpc.pb.gw.go *: bump gRPC and protobuf dependencies (#5367) 2019-04-04 11:55:32 +02:00
rpc.proto api: add flag to skip head on snapshots 2018-03-08 13:07:12 +01:00
types.pb.go *: bump gRPC and protobuf dependencies (#5367) 2019-04-04 11:55:32 +02:00
types.proto update remote write path proto so that Labels/Timeseries can't be nil (#4957) 2019-01-15 19:13:39 +00:00

The compiled protobufs are version controlled and you won't normally need to re-compile them when building Prometheus.

If however you have modified the defs and do need to re-compile, run make proto from the parent dir.

In order for the script to run, you'll need protoc (version 3.5.1) in your PATH.