mirror of
https://gitlab.durp.info/durfy/apps/durpdns.git
synced 2026-05-07 16:00:34 -05:00
initial commit
This commit is contained in:
parent
b75d297ac8
commit
9446758739
4 changed files with 212 additions and 0 deletions
16
go.mod
Normal file
16
go.mod
Normal 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
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue