mirror of
https://gitlab.durp.info/durfy/apps/durpdns.git
synced 2026-05-07 16:00:34 -05:00
16 lines
367 B
Modula-2
16 lines
367 B
Modula-2
module gitlab.com/durfy/durpdns
|
|
|
|
go 1.24.1
|
|
|
|
require (
|
|
github.com/caarlos0/env/v6 v6.10.1
|
|
github.com/cloudflare/cloudflare-go/v4 v4.1.0
|
|
github.com/joho/godotenv v1.5.1
|
|
)
|
|
|
|
require (
|
|
github.com/tidwall/gjson v1.14.4 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
github.com/tidwall/sjson v1.2.5 // indirect
|
|
)
|