Imports of package websocket

PathSynopsis
crypto/tlsPackage tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/gorilla/websocketPackage websocket implements the WebSocket protocol defined in RFC 6455.
k8s.io/apimachinery/pkg/util/httpstreamPackage httpstream adds multiplexed streaming support to HTTP requests and responses via connection upgrades.
k8s.io/apimachinery/pkg/util/net
k8s.io/client-go/rest
k8s.io/client-go/transport
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.