mirror of https://github.com/v2ray/v2ray-core
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
384 B
7 lines
384 B
5 years ago
|
# 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.
|