1
0
mirror of https://github.com/containers/skopeo.git synced 2025-05-05 14:37:12 +00:00
skopeo/vendor/golang.org/x/net
Miloslav Trmač 1a259b76da Vendor after merging mtrmac/image:docker-archive-auto-compression
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2018-07-18 01:02:26 +02:00
..
context Update image-tools, and remove the duplicate Sirupsen/logrus vendor 2017-10-30 17:24:44 +01:00
http/httpguts Vendor after merging mtrmac/image:docker-archive-auto-compression 2018-07-18 01:02:26 +02:00
http2 Vendor after merging mtrmac/image:docker-archive-auto-compression 2018-07-18 01:02:26 +02:00
idna Revert mis-merged reverts of vendor.conf 2017-11-07 19:34:26 +01:00
internal/socks Vendor after merging mtrmac/image:docker-archive-auto-compression 2018-07-18 01:02:26 +02:00
proxy Vendor after merging https://github.com/novas0x2a/image:context-everywhere 2018-04-10 19:08:37 +02:00
LICENSE vendor containers/image 5c10ea7c3f0b1f2e36164c15667cc847b1784e16 2016-07-02 12:02:33 +02:00
PATENTS switch to vndr 2017-01-09 17:54:17 +01:00
README.md Update image-tools, and remove the duplicate Sirupsen/logrus vendor 2017-10-30 17:24:44 +01: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.