ddns/go.mod
2025-05-03 18:24:28 -03:00

26 lines
788 B
Modula-2

module ddns-manager
go 1.24.1
require (
github.com/a-h/templ v0.3.865
github.com/cloudflare/cloudflare-go v0.115.0
github.com/labstack/echo/v4 v4.13.3
github.com/mattn/go-sqlite3 v1.14.28
github.com/robfig/cron/v3 v3.0.1
)
require (
github.com/goccy/go-json v0.10.5 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/labstack/gommon v0.4.2 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
golang.org/x/crypto v0.37.0 // indirect
golang.org/x/net v0.39.0 // indirect
golang.org/x/sys v0.32.0 // indirect
golang.org/x/text v0.24.0 // indirect
golang.org/x/time v0.9.0 // indirect
)