Silvin Lubecki bbc902b4d6 Bump buildkit to master and fix versions incompatible with go mod 1.13
Bump github.com/gogo/googleapis to v1.3.2
Bump github.com/docker/cli to master

Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
..
hpack Bump buildkit to master and fix versions incompatible with go mod 1.13
.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: initial vendor
databuffer.go vendor: initial vendor
errors.go vendor: initial vendor
flow.go vendor: initial vendor
frame.go vendor: update buildkit to f238f1e
go111.go vendor: update buildkit to f238f1e
gotrack.go vendor: initial vendor
headermap.go vendor: initial vendor
http2.go Bump buildkit to master and fix versions incompatible with go mod 1.13
not_go111.go vendor: update buildkit to f238f1e
pipe.go Bump buildkit to master and fix versions incompatible with go mod 1.13
server.go Bump buildkit to master and fix versions incompatible with go mod 1.13
transport.go Bump buildkit to master and fix versions incompatible with go mod 1.13
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:+