From 8dc4fa20563d7ac764bb288244cf49f3004c94ff Mon Sep 17 00:00:00 2001 From: Shelikhoo Date: Tue, 13 Apr 2021 15:12:48 +0100 Subject: [PATCH] update readme for third party project usage for advanced protobuf loader --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 85b3c6b98..89544269a 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ This repo relies on the following third-party projects: - [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) + - [jhump/protoreflect](https://github.com/jhump/protoreflect) - For testing only: - [miekg/dns](https://github.com/miekg/dns) - [h12w/socks](https://github.com/h12w/socks)