Tonis Tiigi 334c93fbbe vendor: update buildkit to opentelemetry support
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
..
hpack vendor: update buildkit to 2943a0838
.gitignore vendor: initial vendor
Dockerfile vendor: initial vendor
Makefile vendor: initial vendor
README vendor: initial vendor
ciphers.go vendor: initial vendor
client_conn_pool.go vendor: update buildkit to 2943a0838
databuffer.go vendor: initial vendor
errors.go vendor: initial vendor
flow.go vendor: update buildkit to 2943a0838
frame.go vendor: update buildkit to f238f1e
go111.go vendor: update buildkit to opentelemetry support
gotrack.go vendor: initial vendor
headermap.go vendor: initial vendor
http2.go vendor: update buildkit to 2943a0838
not_go111.go vendor: update buildkit to opentelemetry support
pipe.go Bump buildkit to master and fix versions incompatible with go mod 1.13
server.go vendor: update buildkit to opentelemetry support
transport.go vendor: update buildkit to 8effd45b
write.go vendor: update buildkit to f238f1e
writesched.go Bump buildkit to master and fix versions incompatible with go mod 1.13
writesched_priority.go Bump buildkit to master and fix versions incompatible with go mod 1.13
writesched_random.go Bump buildkit to master and fix versions incompatible with go mod 1.13

README

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:+