coredns/vendor/golang.org/x/net
John Belamaric 1018a8267a Add Kubernetes auth providers (#2147)
* Import auth providers for K8s

* Vendor updates for K8s auth providers

* Remove Azure since it is not compiling

* Update vendor to remove Azure dependencies
2018-10-02 18:50:35 +01:00
..
context Add Kubernetes auth providers (#2147) 2018-10-02 18:50:35 +01:00
http/httpguts Dep helper (#2151) 2018-09-29 23:47:07 +01:00
http2 Dep helper (#2151) 2018-09-29 23:47:07 +01:00
idna Dep helper (#2151) 2018-09-29 23:47:07 +01:00
internal/timeseries Dep helper (#2151) 2018-09-29 23:47:07 +01:00
trace Dep helper (#2151) 2018-09-29 23:47:07 +01: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.