initial commit

This commit is contained in:
DeveloperDurp 2025-03-15 09:57:09 -05:00
parent b75d297ac8
commit 9446758739
4 changed files with 212 additions and 0 deletions

16
go.mod Normal file
View file

@ -0,0 +1,16 @@
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
)