From 9bf09b2242e564bf9ecadd3812e8342d5f2a4282 Mon Sep 17 00:00:00 2001 From: kslr Date: Wed, 18 Nov 2020 04:33:21 +0800 Subject: [PATCH] update readme credits --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c94fd05f9..4aa32dd85 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,10 @@ This repo relies on the following third-party projects: - In production: - [gorilla/websocket](https://github.com/gorilla/websocket) - [gRPC](https://google.golang.org/grpc) + - [lucas-clemente/quic-go](https://github.com/lucas-clemente/quic-go) + - [pires/go-proxyproto](https://github.com/pires/go-proxyproto) + - [seiflotfy/cuckoofilter](https://github.com/seiflotfy/cuckoofilter) + - [google/starlark-go](https://github.com/google/starlark-go) - For testing only: - [miekg/dns](https://github.com/miekg/dns) - [h12w/socks](https://github.com/h12w/socks)