From 9f4fe4dbc7034720496cf2c859c69140a896e8ea Mon Sep 17 00:00:00 2001 From: dmitrij-onoffapp Date: Sat, 4 Feb 2023 19:06:54 +0200 Subject: [PATCH] remove gohooks (#4708) Co-authored-by: Dmytro Skliarov --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 71f99230..949228e3 100644 --- a/README.md +++ b/README.md @@ -1837,7 +1837,6 @@ _Libraries for working with various layers of the network._ - [go-powerdns](https://github.com/joeig/go-powerdns) - PowerDNS API bindings for Golang. - [go-stun](https://github.com/ccding/go-stun) - Go implementation of the STUN client (RFC 3489 and RFC 5389). - [gobgp](https://github.com/osrg/gobgp) - BGP implemented in the Go Programming Language. -- [gohooks](https://github.com/averageflow/gohooks) - GoHooks make it easy to send and consume secured web-hooks from a Go application. Inspired by Spatie's Laravel Webhook Client and Server. - [golibwireshark](https://github.com/sunwxg/golibwireshark) - Package golibwireshark use libwireshark library to decode pcap file and analyse dissection data. - [gopacket](https://github.com/google/gopacket) - Go library for packet processing with libpcap bindings. - [gopcap](https://github.com/akrennmair/gopcap) - Go wrapper for libpcap.