Added basic admin client

This commit is contained in:
2022-08-06 16:25:03 +02:00
parent 95ea2190fa
commit 03ad7d60cc
5 changed files with 102 additions and 13 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module github.com/thequux/qddns
go 1.17
require (
github.com/alecthomas/kong v0.6.1
github.com/gin-gonic/gin v1.8.1
github.com/jackc/pgx/v4 v4.16.1
go.uber.org/zap v1.13.0