Skip to content

Commit bee6ab5

Browse files
committed
vendor: golang.org/x/net v0.0.0-20200707034311-ab3426394381
full diff: golang/net@f3200d1...ab34263 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 <[email protected]>
1 parent 93a03cc commit bee6ab5

17 files changed

Lines changed: 5012 additions & 76 deletions

File tree

β€Žvendor.confβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ github.com/syndtr/gocapability d98352740cb2c55f81556b63d4a1
5151
github.com/urfave/cli v1.22.1 # NOTE: urfave/cli must be <= v1.22.1 due to a regression: https://github.com/urfave/cli/issues/1092
5252
go.etcd.io/bbolt v1.3.5
5353
go.opencensus.io v0.22.0
54-
golang.org/x/net f3200d17e092c607f615320ecaad13d87ad9a2b3
54+
golang.org/x/net ab34263943818b32f575efc978a3d24e80b04bd7
5555
golang.org/x/sync 42b317875d0fa942474b76e1b46a6060d720ae6e
5656
golang.org/x/sys 9dae0f8f577553e0f21298e18926efc9644c281d
5757
golang.org/x/text v0.3.3

β€Žvendor/golang.org/x/net/go.modβ€Ž

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žvendor/golang.org/x/net/http2/client_conn_pool.goβ€Ž

Lines changed: 2 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žvendor/golang.org/x/net/http2/flow.goβ€Ž

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žvendor/golang.org/x/net/http2/hpack/encode.goβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žvendor/golang.org/x/net/http2/hpack/huffman.goβ€Ž

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žvendor/golang.org/x/net/http2/http2.goβ€Ž

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žvendor/golang.org/x/net/http2/pipe.goβ€Ž

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)