coredns/vendor/golang.org/x/net
Miek Gieben 1e471a353e Dep ensure (#1803)
* vendor: don't vendor the context stuff

We don't need to vendor this anymore as we moved to the std lib for
these.

* new stuff showing up with dep ensure

* remove go-shlex
2018-05-16 13:17:06 -07:00
..
bpf Dep ensure (#1803) 2018-05-16 13:17:06 -07:00
context Dep ensure (#1803) 2018-05-16 13:17:06 -07:00
dict Dep ensure (#1803) 2018-05-16 13:17:06 -07:00
dns/dnsmessage Dep ensure (#1803) 2018-05-16 13:17:06 -07:00
html Dep ensure (#1803) 2018-05-16 13:17:06 -07:00
http Dep ensure (#1803) 2018-05-16 13:17:06 -07:00
http2 Dep ensure (#1803) 2018-05-16 13:17:06 -07:00
icmp Dep ensure (#1803) 2018-05-16 13:17:06 -07:00
idna Dep ensure (#1803) 2018-05-16 13:17:06 -07:00
internal Dep ensure (#1803) 2018-05-16 13:17:06 -07:00
ipv4 Dep ensure (#1803) 2018-05-16 13:17:06 -07:00
ipv6 Dep ensure (#1803) 2018-05-16 13:17:06 -07:00
lif Dep ensure (#1803) 2018-05-16 13:17:06 -07:00
nettest Dep ensure (#1803) 2018-05-16 13:17:06 -07:00
netutil Dep ensure (#1803) 2018-05-16 13:17:06 -07:00
proxy Dep ensure (#1803) 2018-05-16 13:17:06 -07:00
publicsuffix Dep ensure (#1803) 2018-05-16 13:17:06 -07:00
route Dep ensure (#1803) 2018-05-16 13:17:06 -07:00
trace Dep ensure (#1803) 2018-05-16 13:17:06 -07:00
webdav Dep ensure (#1803) 2018-05-16 13:17:06 -07:00
websocket Dep ensure (#1803) 2018-05-16 13:17:06 -07:00
xsrftoken Dep ensure (#1803) 2018-05-16 13:17:06 -07:00
.gitattributes Dep ensure (#1803) 2018-05-16 13:17:06 -07:00
.gitignore Dep ensure (#1803) 2018-05-16 13:17:06 -07:00
AUTHORS Dep ensure (#1803) 2018-05-16 13:17:06 -07:00
codereview.cfg Dep ensure (#1803) 2018-05-16 13:17:06 -07:00
CONTRIBUTING.md Dep ensure (#1803) 2018-05-16 13:17:06 -07:00
CONTRIBUTORS Dep ensure (#1803) 2018-05-16 13:17:06 -07:00
LICENSE Dep ensure (#1803) 2018-05-16 13:17:06 -07:00
PATENTS Dep ensure (#1803) 2018-05-16 13:17:06 -07:00
README.md Dep ensure (#1803) 2018-05-16 13:17:06 -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.