automation-tests/vendor/golang.org/x/net
TomSweeneyRedHat 8f418f1568 Vendor docker/docker, fsouza and more #2
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>

Vendors in fsouza/docker-client, docker/docker and
a few more related. Of particular note, changes to the TweakCapabilities()
function from docker/docker along with the parse.IDMappingOptions() function
from Buildah. Please pay particular attention to the related changes in
the call from libpod to those functions during the review.

Passes baseline tests.
2019-03-13 11:40:39 -04:00
..
context Vendor docker/docker, fsouza and more #2 2019-03-13 11:40:39 -04:00
html vendor: update everything 2019-01-11 13:38:11 +01:00
http/httpguts vendor: update everything 2019-01-11 13:38:11 +01:00
http2 vendor: update everything 2019-01-11 13:38:11 +01:00
idna vendor: update everything 2019-01-11 13:38:11 +01:00
internal/socks vendor: update everything 2019-01-11 13:38:11 +01:00
proxy vendor: update everything 2019-01-11 13:38:11 +01:00
LICENSE Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
PATENTS Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
README.md vendor: update everything 2019-01-11 13:38:11 +01: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.