quorum/vendor/golang.org/x/net
Felix Lange c213fd1fd8 all: import "context" instead of "golang.org/x/net/context"
There is no need to depend on the old context package now that the
minimum Go version is 1.7. The move to "context" eliminates our weird
vendoring setup. Some vendored code still uses golang.org/x/net/context
and it is now vendored in the normal way.

This change triggered new vet checks around context.WithTimeout which
didn't fire with golang.org/x/net/context.
2017-03-22 20:49:15 +01:00
..
context all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
html Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
websocket vendor: update all dependencies except Azure SDK 2017-01-10 22:33:24 +01:00
.gitattributes Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
.gitignore Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
AUTHORS Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
CONTRIBUTING.md Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
CONTRIBUTORS Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
LICENSE Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
PATENTS Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
README Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
codereview.cfg Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00

README

This repository holds supplementary Go networking libraries.

To submit changes to this repository, see http://golang.org/doc/contribute.html.