From 9a8356150423ef17f1118de8cf332a347f53c2da Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Mon, 19 Nov 2018 21:07:47 +0100 Subject: [PATCH] update library usage --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 643fb1487..eadc8d1fa 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,8 @@ Project V is a set of network tools that help you to build your own computer net 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) + * [gRPC](https://google.golang.org/grpc) * For testing only: + * [miekg/dns](https://github.com/miekg/dns) * [h12w/socks](https://github.com/h12w/socks)