Files
ddns-go/go.mod
jeessy2 eec98404fe feat: support english (#967)
* 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
2024-01-11 15:52:53 +08:00

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
)