From e9846c028e6a34272d686736c35a3e11e4867fe2 Mon Sep 17 00:00:00 2001 From: Erik Pellizzon Date: Wed, 22 Jan 2025 14:19:27 +0100 Subject: [PATCH] Add GoProxy project --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 367794aadde..19590997482 100644 --- a/README.md +++ b/README.md @@ -2007,6 +2007,7 @@ _Libraries for working with various layers of the network._ - [gobgp](https://github.com/osrg/gobgp) - BGP implemented in the Go Programming Language. - [gopacket](https://github.com/google/gopacket) - Go library for packet processing with libpcap bindings. - [gopcap](https://github.com/akrennmair/gopcap) - Go wrapper for libpcap. +- [GoProxy](https://github.com/elazarl/goproxy) - A library to create a customized HTTP/HTTPS proxy server using Go. - [goshark](https://github.com/sunwxg/goshark) - Package goshark use tshark to decode IP packet and create data struct to analyse packet. - [gosnmp](https://github.com/soniah/gosnmp) - Native Go library for performing SNMP actions. - [gotcp](https://github.com/gansidui/gotcp) - Go package for quickly writing tcp applications.