go-nsupdate/go.mod

10 lines
165 B
Modula-2

module github.com/SpComb/go-nsupdate
go 1.15
require (
github.com/jessevdk/go-flags v1.5.0
github.com/miekg/dns v1.1.50
github.com/vishvananda/netlink v1.1.0
)