moby--moby/vendor/golang.org/x/net
Brian Goff 848ef1da8b Bump golang.org/x/net to go1.10 release commit
The primary need for this is x/net/context now is just a type alias to
the stdlib context package.
This makes issues with conflicts between "golang.org/x/net/context" and
the stdib "context" go away (primarily a concern in interface
definitions/implementations).

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2018-04-18 15:57:24 -04:00
..
context Bump golang.org/x/net to go1.10 release commit 2018-04-18 15:57:24 -04:00
http2 Bump golang.org/x/net to go1.10 release commit 2018-04-18 15:57:24 -04:00
idna Bump golang.org/x/net to go1.10 release commit 2018-04-18 15:57:24 -04:00
internal/timeseries Update grpc to v1.3.0 and bump protobuf bindings. 2017-06-08 14:34:23 +01:00
lex/httplex vendor: update golang/net to c427ad74c 2017-01-13 15:42:11 -08:00
proxy Bump golang.org/x/net to go1.10 release commit 2018-04-18 15:57:24 -04:00
trace Bump golang.org/x/net to go1.10 release commit 2018-04-18 15:57:24 -04:00
websocket vendor: update golang/net to c427ad74c 2017-01-13 15:42:11 -08:00
LICENSE project: use vndr for vendoring 2016-11-03 15:31:46 -07:00
PATENTS project: use vndr for vendoring 2016-11-03 15:31:46 -07:00
README.md Bump golang.org/x/net to go1.10 release commit 2018-04-18 15:57:24 -04:00

README.md

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.