mirror of
https://github.com/taigrr/godns
synced 2025-01-18 04:03:25 -08:00
11 lines
322 B
Modula-2
11 lines
322 B
Modula-2
module github.com/TimothyYe/godns
|
|
|
|
require (
|
|
github.com/bitly/go-simplejson v0.5.0
|
|
github.com/fatih/color v1.7.0
|
|
github.com/mattn/go-colorable v0.0.9 // indirect
|
|
github.com/mattn/go-isatty v0.0.4 // indirect
|
|
golang.org/x/net v0.0.0-20190110200230-915654e7eabc
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
|
)
|