mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-28 16:36:40 +00:00

- Added a QUIC server to accept streams - Unit test for this server also tests ALPN - Temporary echo capability for HTTP ConnectionType
10 lines
207 B
Modula-2
10 lines
207 B
Modula-2
module github.com/marten-seemann/qtls-go1-15
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/golang/mock v1.4.4
|
|
golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d
|
|
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae
|
|
)
|