diff options
author | Alan Pearce | 2024-11-27 15:06:04 +0100 |
---|---|---|
committer | Alan Pearce | 2024-11-27 15:06:04 +0100 |
commit | 8ecb3549518646e39ec7df0079ae6cad3384271a (patch) | |
tree | 18ca08745b6d87b2ecf897667ea53ff4eda6b49d /go.mod | |
parent | 72018b5585e945aa51a3a557a641cce17cabaf26 (diff) | |
download | website-8ecb3549518646e39ec7df0079ae6cad3384271a.tar.lz website-8ecb3549518646e39ec7df0079ae6cad3384271a.tar.zst website-8ecb3549518646e39ec7df0079ae6cad3384271a.zip |
Use PowerDNS API instead of acme-dns (buggy)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/go.mod b/go.mod index 05193df..5a281f6 100644 --- a/go.mod +++ b/go.mod @@ -20,7 +20,7 @@ require ( 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 @@ require ( 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 |