initial commit

This commit is contained in:
2025-01-20 20:28:17 +01:00
commit 8b0f417141
6 changed files with 341 additions and 0 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module gitea.t000-n.de/t.behrendt/ionosDnsClient
go 1.23.5
require github.com/oapi-codegen/runtime v1.1.1
require (
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
github.com/google/uuid v1.5.0 // indirect
)