From 549dec33309ad885aa19f3e88729e15413539396 Mon Sep 17 00:00:00 2001 From: Johannes Eiglsperger Date: Fri, 20 Sep 2019 00:43:15 +0200 Subject: [PATCH] Add go-powerdns (#2698) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7496923c..7a3d0cba 100644 --- a/README.md +++ b/README.md @@ -1195,6 +1195,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [gmqtt](https://github.com/DrmagicE/gmqtt) - Gmqtt is a flexible, high-performance MQTT broker library that fully implements the MQTT protocol V3.1.1. * [gNxI](https://github.com/google/gnxi) - A collection of tools for Network Management that use the gNMI and gNOI protocols. * [go-getter](https://github.com/hashicorp/go-getter) - Go library for downloading files or directories from various sources using a URL. +* [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. * [golibwireshark](https://github.com/sunwxg/golibwireshark) - Package golibwireshark use libwireshark library to decode pcap file and analyse dissection data.