skopeo/vendor/golang.org/x/net/http2
dependabot[bot] 69decaeb1d
Bump github.com/containers/common from 0.37.1 to 0.38.0
Bumps [github.com/containers/common](https://github.com/containers/common) from 0.37.1 to 0.38.0.
- [Release notes](https://github.com/containers/common/releases)
- [Commits](https://github.com/containers/common/compare/v0.37.1...v0.38.0)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-05-10 15:56:42 -04:00
..
hpack Bump github.com/containers/common from 0.11.2 to 0.11.4 2020-05-22 13:35:57 -04:00
.gitignore migrate to go modules 2019-06-21 13:58:19 +02:00
ciphers.go Re-vendor, and use mtrmac/image-spec:id-based-loader to fix tests 2018-02-09 18:34:31 +01:00
client_conn_pool.go Bump github.com/containers/common from 0.11.2 to 0.11.4 2020-05-22 13:35:57 -04:00
databuffer.go vendor.conf,vendor: vndr update for containers/image 2017-02-27 02:15:36 -08:00
Dockerfile Bump github.com/containers/common from 0.37.1 to 0.38.0 2021-05-10 15:56:42 -04:00
errors.go Update to image-spec v1.0.0 and revendor 2017-07-19 23:50:50 +02:00
flow.go Bump github.com/containers/common from 0.11.2 to 0.11.4 2020-05-22 13:35:57 -04:00
frame.go update github.com/containers/{image,storage} 2019-08-06 14:13:03 +02:00
go111.go Bump github.com/containers/storage from 1.26.0 to 1.29.0 2021-04-15 14:05:51 -04:00
gotrack.go Vendor after merging erikh/image:kube-fix 2017-01-19 20:17:36 +01:00
headermap.go Run (make vendor) 2018-09-17 16:16:19 +02:00
http2.go Bump github.com/containers/common from 0.11.2 to 0.11.4 2020-05-22 13:35:57 -04:00
Makefile migrate to go modules 2019-06-21 13:58:19 +02:00
not_go111.go Bump github.com/containers/storage from 1.26.0 to 1.29.0 2021-04-15 14:05:51 -04:00
pipe.go Bump github.com/containers/image/v5 from 5.3.1 to 5.4.0 2020-03-31 22:19:09 +02:00
README vendor.conf,vendor: vndr update for containers/image 2017-02-27 02:15:36 -08:00
server.go Bump github.com/containers/storage from 1.26.0 to 1.29.0 2021-04-15 14:05:51 -04:00
transport.go Bump github.com/containers/common from 0.31.0 to 0.31.1 2020-12-21 15:58:05 -05:00
write.go Vendor c/image after merging vrothberg/image:regsv2-docker 2018-11-29 13:28:04 +01:00
writesched_priority.go Bump github.com/containers/image/v5 from 5.3.1 to 5.4.0 2020-03-31 22:19:09 +02:00
writesched_random.go Revert the removal of buildah dependency 2020-03-30 16:04:24 +02:00
writesched.go Revert the removal of buildah dependency 2020-03-30 16:04:24 +02:00

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