containerd/vendor/golang.org/x/net
Lantao Liu efba8e147f Update containerd to 2f69be5594.
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-06-10 19:34:46 -07:00
..
context Update containerd to 2f69be5594. 2019-06-10 19:34:46 -07:00
http/httpguts Update containerd to 2f69be5594. 2019-06-10 19:34:46 -07:00
http2 Update containerd to 2f69be5594. 2019-06-10 19:34:46 -07:00
idna Update containerd to 2f69be5594. 2019-06-10 19:34:46 -07:00
internal/timeseries Use vndr instead of godep. 2017-08-04 02:41:26 +00:00
trace Update containerd to 2f69be5594. 2019-06-10 19:34:46 -07:00
websocket Update containerd to 2f69be5594. 2019-06-10 19:34:46 -07:00
go.mod Update containerd to 2f69be5594. 2019-06-10 19:34:46 -07:00
LICENSE Update godep 2017-04-14 19:04:27 -07:00
PATENTS Update godep 2017-04-14 19:04:27 -07:00
README.md Update containerd to 2f69be5594. 2019-06-10 19:34:46 -07:00

Go Networking

This repository holds supplementary Go networking libraries.

Download/Install

The easiest way to install is to run go get -u golang.org/x/net. You can also manually git clone the repository to $GOPATH/src/golang.org/x/net.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html. The main issue tracker for the net repository is located at https://github.com/golang/go/issues. Prefix your issue with "x/net:" in the subject line, so it is easy to find.