dns: introduce initial DNS Manager

Signed-off-by: Alejandro Mery <amery@jpi.io>
This commit is contained in:
2023-09-12 15:11:19 +00:00
parent 357c85dc1a
commit f5ea72740c
4 changed files with 290 additions and 1 deletions
+1 -1
View File
@@ -16,6 +16,7 @@ require (
github.com/mgechev/revive v1.3.3
github.com/spf13/cobra v1.7.0
golang.org/x/crypto v0.12.0
golang.org/x/net v0.14.0
gopkg.in/gcfg.v1 v1.2.3
gopkg.in/yaml.v3 v3.0.1
)
@@ -41,7 +42,6 @@ require (
github.com/rs/zerolog v1.30.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/net v0.14.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/tools v0.12.0 // indirect