mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-09 12:28:49 +03:00
6fde3632ef
The vendor/ folder was created with the help of @FiloSottile's gvt and vendorcheck. Any dependencies of Caddy plugins outside this repo are not vendored. We do not remove any unused, vendored packages because vendorcheck -u only checks using the current build configuration; i.e. packages that may be imported by files toggled by build tags of other systems. CI tests have been updated to ignore the vendor/ folder. When Go 1.9 is released, a few of the go commands should be revised to again use ./... as it will ignore the vendor folder by default. |
||
---|---|---|
.. | ||
AEAD.go | ||
aesgcm_aead.go | ||
cert_cache.go | ||
cert_chain.go | ||
cert_compression.go | ||
cert_dict.go | ||
cert_manager.go | ||
cert_sets.go | ||
chacha20poly1305_aead.go | ||
config_for_client_1.8.go | ||
config_for_client_pre1.8.go | ||
curve_25519.go | ||
key_derivation.go | ||
key_exchange.go | ||
nonce.go | ||
null_aead.go | ||
server_proof.go | ||
source_address_token.go |