1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-16 04:35:24 +00:00
v2fly/external
2019-10-19 11:12:11 +08:00
..
github.com external module refraction-networking/utls use mod version 2019-10-19 10:22:49 +08:00
README.md add doc under external 2019-10-19 10:38:27 +08:00
update-deps.sh remove script's fiddling 2019-10-19 11:12:11 +08:00

Note

The external dir in the project exists for historical reasons. We will migrate to use go mod to maintain 3rd party libraries.

Fow now, all modules under external are used by "quic-go" to support quic protocol, and can't migrate without a breaking change.

The plan is that we will remove the whole external dir when quic-go is tested to be matured enough in production.