feat: add logging

This commit is contained in:
xaos 2023-02-25 11:14:18 +01:00
parent f0c0cbc16b
commit ae06278ec4
2 changed files with 49 additions and 1 deletions

1
go.mod
View file

@ -6,6 +6,7 @@ require (
github.com/caddyserver/caddy/v2 v2.6.4
github.com/mholt/acmez v1.1.0
github.com/miekg/dns v1.1.50
go.uber.org/zap v1.24.0
)
require (