sniff-dns/go.mod

12 lines
233 B
Modula-2

module git.thisco.de/vbatts/sniff-dns
go 1.15
require (
github.com/davecgh/go-spew v1.1.1
github.com/google/gopacket v1.1.19
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.1
)