dns/vendor/golang.org/x/net
Miek Gieben 4c681ac41f
dep ensure -update (#697)
* Some deletes

* some adds
2018-06-07 19:14:42 +01:00
..
bpf Update vendor libs (#690 and #655) (#694) 2018-06-06 18:35:07 +01:00
context Use and vendor golang.org/x/net/ipv4 and golang.org/x/net/ipv6 (#594) 2017-12-04 09:59:24 +00:00
dict Use and vendor golang.org/x/net/ipv4 and golang.org/x/net/ipv6 (#594) 2017-12-04 09:59:24 +00:00
dns/dnsmessage Update vendor libs (#690 and #655) (#694) 2018-06-06 18:35:07 +01:00
html dep ensure -update (#697) 2018-06-07 19:14:42 +01:00
http dep ensure -update (#697) 2018-06-07 19:14:42 +01:00
http2 dep ensure -update (#697) 2018-06-07 19:14:42 +01:00
icmp Update vendor libs (#690 and #655) (#694) 2018-06-06 18:35:07 +01:00
idna Use and vendor golang.org/x/net/ipv4 and golang.org/x/net/ipv6 (#594) 2017-12-04 09:59:24 +00:00
internal dep ensure -update (#697) 2018-06-07 19:14:42 +01:00
ipv4 Update vendor libs (#690 and #655) (#694) 2018-06-06 18:35:07 +01:00
ipv6 Update vendor libs (#690 and #655) (#694) 2018-06-06 18:35:07 +01:00
lif dep ensure -update (#697) 2018-06-07 19:14:42 +01:00
nettest Use and vendor golang.org/x/net/ipv4 and golang.org/x/net/ipv6 (#594) 2017-12-04 09:59:24 +00:00
netutil Update vendor libs (#690 and #655) (#694) 2018-06-06 18:35:07 +01:00
proxy Update vendor libs (#690 and #655) (#694) 2018-06-06 18:35:07 +01:00
publicsuffix dep ensure -update (#697) 2018-06-07 19:14:42 +01:00
route dep ensure -update (#697) 2018-06-07 19:14:42 +01:00
trace Update vendor libs (#690 and #655) (#694) 2018-06-06 18:35:07 +01:00
webdav dep ensure -update (#697) 2018-06-07 19:14:42 +01:00
websocket Use and vendor golang.org/x/net/ipv4 and golang.org/x/net/ipv6 (#594) 2017-12-04 09:59:24 +00:00
xsrftoken Use and vendor golang.org/x/net/ipv4 and golang.org/x/net/ipv6 (#594) 2017-12-04 09:59:24 +00:00
.gitattributes Use and vendor golang.org/x/net/ipv4 and golang.org/x/net/ipv6 (#594) 2017-12-04 09:59:24 +00:00
.gitignore Use and vendor golang.org/x/net/ipv4 and golang.org/x/net/ipv6 (#594) 2017-12-04 09:59:24 +00:00
AUTHORS Use and vendor golang.org/x/net/ipv4 and golang.org/x/net/ipv6 (#594) 2017-12-04 09:59:24 +00:00
CONTRIBUTING.md dep ensure -update (#697) 2018-06-07 19:14:42 +01:00
CONTRIBUTORS Use and vendor golang.org/x/net/ipv4 and golang.org/x/net/ipv6 (#594) 2017-12-04 09:59:24 +00:00
LICENSE Use and vendor golang.org/x/net/ipv4 and golang.org/x/net/ipv6 (#594) 2017-12-04 09:59:24 +00:00
PATENTS Use and vendor golang.org/x/net/ipv4 and golang.org/x/net/ipv6 (#594) 2017-12-04 09:59:24 +00:00
README.md Use and vendor golang.org/x/net/ipv4 and golang.org/x/net/ipv6 (#594) 2017-12-04 09:59:24 +00:00
codereview.cfg Use and vendor golang.org/x/net/ipv4 and golang.org/x/net/ipv6 (#594) 2017-12-04 09:59:24 +00: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.