mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-27 21:09:58 +00:00
TUN-7585: Remove h2mux compression
h2mux is already deprecated and will be eventually removed, in the meantime, the compression tests cause flaky failures. Removing them and the brotli code slims down our binaries and dependencies on CGO.
This commit is contained in:
7
vendor/modules.txt
vendored
7
vendor/modules.txt
vendored
@@ -11,13 +11,6 @@ github.com/beorn7/perks/quantile
|
||||
# github.com/cespare/xxhash/v2 v2.1.2
|
||||
## explicit; go 1.11
|
||||
github.com/cespare/xxhash/v2
|
||||
# github.com/cloudflare/brotli-go v0.0.0-20191101163834-d34379f7ff93
|
||||
## explicit; go 1.12
|
||||
github.com/cloudflare/brotli-go
|
||||
github.com/cloudflare/brotli-go/brotli
|
||||
github.com/cloudflare/brotli-go/common
|
||||
github.com/cloudflare/brotli-go/dec
|
||||
github.com/cloudflare/brotli-go/enc
|
||||
# github.com/cloudflare/circl v1.2.1-0.20220809205628-0a9554f37a47
|
||||
## explicit; go 1.16
|
||||
github.com/cloudflare/circl/dh/x25519
|
||||
|
Reference in New Issue
Block a user