api/go.mod
Peter Kurfer 63ba6da810
Add basic DNS and DNS-over-TLS implementation
- add random and incremental DNS fallback strategy
- add option to handle DNS requests based on regex patterns
- made Makefiles plugin independent
- extended config
- set default plugins directory in Dockerfile
2020-04-02 00:58:44 +02:00

12 lines
241 B
Modula-2

module github.com/baez90/inetmock
go 1.13
require (
github.com/miekg/dns v1.1.29
github.com/spf13/cobra v0.0.6
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.4.0
go.uber.org/zap v1.14.1
gopkg.in/yaml.v2 v2.2.8 // indirect
)