mirror of
https://github.com/taigrr/godns
synced 2025-01-18 04:03:25 -08:00
15 lines
591 B
Modula-2
15 lines
591 B
Modula-2
module github.com/TimothyYe/godns
|
|
|
|
require (
|
|
github.com/bitly/go-simplejson v0.5.0
|
|
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
|
|
github.com/fatih/color v1.7.0
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
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
|
|
golang.org/x/sys v0.0.0-20190226215855-775f8194d0f9 // indirect
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
|
)
|