meshname/go.mod
2020-02-09 04:25:38 -05:00

9 lines
118 B
Modula-2

module github.com/zhoreeq/meshname
go 1.13
require (
github.com/gologme/log v1.2.0
github.com/miekg/dns v1.1.27
)