From 56e2cfaed98fe11168f82f4aaddb599644e9176d Mon Sep 17 00:00:00 2001 From: Maria Ines Parnisari Date: Mon, 3 Nov 2025 03:55:01 -0800 Subject: [PATCH] remove gogoprotobuf (#5919) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9d75dad2..6dfb676c 100644 --- a/README.md +++ b/README.md @@ -2331,7 +2331,6 @@ _Libraries and tools for binary serialization._ - [go-capnproto](https://github.com/glycerine/go-capnproto) - Cap'n Proto library and parser for go. - [go-codec](https://github.com/ugorji/go) - High Performance, feature-Rich, idiomatic encode, decode and rpc library for msgpack, cbor and json, with runtime-based OR code-generation support. - [go-csvlib](https://github.com/tiendc/go-csvlib) - High level and rich functionalities CSV serialization/deserialization library. -- [gogoprotobuf](https://github.com/gogo/protobuf) - Protocol Buffers for Go with Gadgets. - [goprotobuf](https://github.com/golang/protobuf) - Go support, in the form of a library and protocol compiler plugin, for Google's protocol buffers. - [gotiny](https://github.com/raszia/gotiny) - Efficient Go serialization library, gotiny is almost as fast as serialization libraries that generate code. - [jsoniter](https://github.com/json-iterator/go) - High-performance 100% compatible drop-in replacement of "encoding/json".