cloudflare-ddns/go.mod

11 lines
175 B
Modula-2
Raw Normal View History

2022-08-17 09:58:45 -07:00
module github.com/jtom38/cloudflare/ddns
go 1.19
require (
github.com/joho/godotenv v1.4.0
github.com/robfig/cron/v3 v3.0.1
)
2023-05-28 15:38:04 -07:00
require gopkg.in/yaml.v3 v3.0.1 // indirect