credits in readme

This commit is contained in:
Darien Raymond 2017-11-22 14:22:00 +01:00
parent 97d886e1c9
commit bfafd06863
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 10 additions and 0 deletions

View File

@ -21,3 +21,13 @@ V provides building blocks for network proxy development. Read our [Wiki](https:
## License
[The MIT License (MIT)](https://raw.githubusercontent.com/v2ray/v2ray-core/master/LICENSE)
## Credits
This repo relies on the following third-party projects:
* In production:
* [miekg/dns](https://github.com/miekg/dns)
* [gorilla/websocket](https://github.com/gorilla/websocket)
* For testing only:
* [h12w/socks](https://github.com/h12w/socks)