-
- Downloads
initial import
.gitlab-ci.yml
0 → 100644
Dockerfile
0 → 100644
go.mod
0 → 100644
module code.fbi.h-da.de/hdacloud/caddy-authorize-domain | ||
go 1.23.0 | ||
require ( | ||
github.com/miekg/dns v1.1.62 | ||
go.uber.org/zap v1.27.0 | ||
) | ||
require ( | ||
go.uber.org/multierr v1.10.0 // indirect | ||
golang.org/x/mod v0.18.0 // indirect | ||
golang.org/x/net v0.27.0 // indirect | ||
golang.org/x/sync v0.7.0 // indirect | ||
golang.org/x/sys v0.22.0 // indirect | ||
golang.org/x/tools v0.22.0 // indirect | ||
) |
go.sum
0 → 100644
main.go
0 → 100644
Please register or sign in to comment