ddns: support provider hurricane electric (#1036)

This commit is contained in:
UUBulb
2025-03-19 21:52:16 +08:00
committed by GitHub
parent 38c2374bad
commit 5c252f5e43
6 changed files with 15 additions and 4 deletions

2
go.mod
View File

@@ -18,6 +18,7 @@ require (
github.com/knadh/koanf/providers/file v1.1.2
github.com/knadh/koanf/v2 v2.1.2
github.com/libdns/cloudflare v0.1.3
github.com/libdns/he v1.0.2
github.com/libdns/libdns v0.2.3
github.com/miekg/dns v1.1.63
github.com/nezhahq/libdns-tencentcloud v0.0.0-20241029120103-889957240fff
@@ -83,6 +84,7 @@ require (
golang.org/x/mod v0.23.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.22.0 // indirect
golang.org/x/time v0.6.0 // indirect
golang.org/x/tools v0.30.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250219182151-9fdb1cabc7b2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect