feat: support DNS resolution

This commit is contained in:
buyuxiang
2022-07-28 21:15:03 +08:00
parent 71da6d0556
commit 2bd5c6f3da
4 changed files with 281 additions and 1 deletions

1
go.mod
View File

@@ -18,6 +18,7 @@ require (
github.com/jmespath/go-jmespath v0.4.0
github.com/json-iterator/go v1.1.12
github.com/maja42/goval v1.2.1
github.com/miekg/dns v1.0.14
github.com/mitchellh/mapstructure v1.4.1
github.com/olekukonko/tablewriter v0.0.5
github.com/pkg/errors v0.9.1