mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-11 16:14:05 -08:00
375ad1185c
* *: bump gRPC dependencies This change updates the gRPC dependencies to more recent versions: * github.com/gogo/protobuf => v1.2.0 * github.com/grpc-ecosystem/grpc-gateway => v1.6.3 * google.golang.org/grpc => v1.17.0 In addition scripts/genproto.sh leverages Go modules information instead of hardcoding SHA1 commits. This ensures that the code is generated from the exact same sources. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Run 'make proto' in CI Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Revert tabs -> spaces change Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix 'make proto' step Signed-off-by: Simon Pasquier <spasquie@redhat.com> * 'go get' grpc/protobuf dependencies Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Prepopulate cache with go mod download Signed-off-by: Simon Pasquier <spasquie@redhat.com> |
||
---|---|---|
.. | ||
hpack | ||
.gitignore | ||
ciphers.go | ||
client_conn_pool.go | ||
configure_transport.go | ||
databuffer.go | ||
Dockerfile | ||
errors.go | ||
flow.go | ||
frame.go | ||
go16.go | ||
go17.go | ||
go17_not18.go | ||
go18.go | ||
go19.go | ||
go111.go | ||
gotrack.go | ||
headermap.go | ||
http2.go | ||
Makefile | ||
not_go16.go | ||
not_go17.go | ||
not_go18.go | ||
not_go19.go | ||
not_go111.go | ||
pipe.go | ||
README | ||
server.go | ||
transport.go | ||
write.go | ||
writesched.go | ||
writesched_priority.go | ||
writesched_random.go |
This is a work-in-progress HTTP/2 implementation for Go. It will eventually live in the Go standard library and won't require any changes to your code to use. It will just be automatic. Status: * The server support is pretty good. A few things are missing but are being worked on. * The client work has just started but shares a lot of code is coming along much quicker. Docs are at https://godoc.org/golang.org/x/net/http2 Demo test server at https://http2.golang.org/ Help & bug reports welcome! Contributing: https://golang.org/doc/contribute.html Bugs: https://golang.org/issue/new?title=x/net/http2:+