chore(dns_providers): drop support for namesilo and baiducloud; upgraded dependencies

- Introduce support for azion, conohav3, dyndnsfree, nicru, zoneedit
This commit is contained in:
yusing
2025-09-04 07:47:49 +08:00
parent d609f430b7
commit 29cedbfc37
10 changed files with 261 additions and 319 deletions

View File

@@ -6,7 +6,7 @@ replace github.com/yusing/go-proxy/internal/utils => ../internal/utils
require (
github.com/gorilla/mux v1.8.1
github.com/yusing/go-proxy/internal/utils v0.0.0-20250819142638-5e15fd4bbef0
github.com/yusing/go-proxy/internal/utils v0.0.0-20250903143810-e1133a2daf72
golang.org/x/net v0.43.0
)