WIP: dns support via libdns

This commit is contained in:
2021-10-18 20:35:43 +02:00
parent 5941ed9728
commit 7ea3df45d4
5 changed files with 151 additions and 0 deletions

2
go.mod
View File

@ -32,6 +32,8 @@ require (
github.com/fvbommel/sortorder v1.0.2 // indirect
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/libdns/gandi v1.0.2
github.com/libdns/libdns v0.2.1
github.com/moby/sys/mount v0.2.0 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/opencontainers/runc v1.0.2 // indirect