diff --git a/README.md b/README.md index 51773bb2..2fc41b47 100644 --- a/README.md +++ b/README.md @@ -1346,6 +1346,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [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.