mirror of
https://github.com/jeessy2/ddns-go.git
synced 2025-10-20 15:33:46 +08:00
* feat: init the i18n * fix: porkbun * refactor: http_util GetHTTPResponse * fix: save * fix: add more i18n * feat: i18n at writing.html * feat: README EN * fix: default api * fix: pic
16 lines
275 B
Modula-2
16 lines
275 B
Modula-2
module github.com/jeessy2/ddns-go/v5
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/kardianos/service v1.2.2
|
|
github.com/wagslane/go-password-validator v0.3.0
|
|
golang.org/x/net v0.20.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
golang.org/x/sys v0.16.0 // indirect
|
|
golang.org/x/text v0.14.0
|
|
)
|