containerd/vendor/golang.org/x/net
Sebastiaan van Stijn f80b4dc586
vendor: golang.org/x/net v0.0.0-20200707034311-ab3426394381
full diff: f3200d17e0...ab34263943

Worth mentioning that there's a comment updated in golang.org/x/net/websocket:

    This package currently lacks some features found in alternative
    and more actively maintained WebSocket packages:
        https://godoc.org/github.com/gorilla/websocket
        https://godoc.org/nhooyr.io/websocket

It's used in k8s.io/apiserver/pkg/util/wsstream/stream.go, so perhaps that should
be reviewed if the alternatives are better for how it's used.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-08-11 09:57:41 +02:00
..
context Update x/sys, x/net and bbolt modules to support Risc-V 2019-06-07 17:54:32 -03:00
http/httpguts Update x/sys, x/net and bbolt modules to support Risc-V 2019-06-07 17:54:32 -03:00
http2 vendor: golang.org/x/net v0.0.0-20200707034311-ab3426394381 2020-08-11 09:57:41 +02:00
idna vendor: golang.org/x/net v0.0.0-20200707034311-ab3426394381 2020-08-11 09:57:41 +02:00
internal/timeseries vendor: golang.org/x/net v0.0.0-20200707034311-ab3426394381 2020-08-11 09:57:41 +02:00
trace Update x/sys, x/net and bbolt modules to support Risc-V 2019-06-07 17:54:32 -03:00
websocket vendor: golang.org/x/net v0.0.0-20200707034311-ab3426394381 2020-08-11 09:57:41 +02:00
go.mod vendor: golang.org/x/net v0.0.0-20200707034311-ab3426394381 2020-08-11 09:57:41 +02:00
LICENSE Add vendoring to containerd master 2017-01-11 16:59:06 -05:00
PATENTS Add vendoring to containerd master 2017-01-11 16:59:06 -05:00
README.md Update x/sys, x/net and bbolt modules to support Risc-V 2019-06-07 17:54:32 -03: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.