23 lines
630 B
Modula-2
23 lines
630 B
Modula-2
module github.com/goodieshq/cfdns
|
|
|
|
go 1.25
|
|
|
|
require (
|
|
github.com/cloudflare/cloudflare-go v0.116.0
|
|
github.com/goodieshq/goropo v0.1.2
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/rs/zerolog v1.34.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/goccy/go-json v0.10.5 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
golang.org/x/net v0.34.0 // indirect
|
|
golang.org/x/sys v0.29.0 // indirect
|
|
golang.org/x/text v0.21.0 // indirect
|
|
golang.org/x/time v0.9.0 // indirect
|
|
)
|