all repos — homestead @ 022cb2e7ee55b2b19583732ce1b6096530d927ec

Code for my website

Use PowerDNS API instead of acme-dns (buggy)

Alan Pearce
commit

022cb2e7ee55b2b19583732ce1b6096530d927ec

parent

61a5db86a1365d552aa66db5bfaaab45e3291d80

1 file changed, 2 insertions(+), 1 deletion(-)

changed files
M go.modgo.mod
@@ -20,7 +20,7 @@ github.com/fatih/structtag v1.2.0
github.com/fsnotify/fsnotify v1.7.0 github.com/go-git/go-git/v5 v5.12.0 github.com/kevinpollet/nego v0.0.0-20211010160919-a65cd48cee43 - github.com/libdns/acmedns v0.2.0 + github.com/libdns/powerdns v0.1.3 github.com/osdevisnot/sorvor v0.4.4 github.com/pberkel/caddy-storage-redis v1.2.0 github.com/snabb/sitemap v1.0.4
@@ -67,6 +67,7 @@ github.com/libdns/libdns v0.2.2 // indirect
github.com/mholt/acmez/v2 v2.0.2 // indirect github.com/microcosm-cc/bluemonday v1.0.26 // indirect github.com/miekg/dns v1.1.62 // indirect + github.com/mittwald/go-powerdns v0.6.6 // indirect github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect github.com/onsi/ginkgo/v2 v2.20.2 // indirect github.com/pjbgf/sha1cd v0.3.0 // indirect