You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
445 B
Modula-2
15 lines
445 B
Modula-2
6 years ago
|
module github.com/fangdingjun/gdns
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
require (
|
||
|
github.com/fangdingjun/go-log v4.0.0+incompatible
|
||
|
github.com/go-yaml/yaml v2.1.0+incompatible
|
||
|
github.com/kr/pretty v0.1.0 // indirect
|
||
|
github.com/miekg/dns v1.1.8
|
||
|
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
|
||
|
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6 // indirect
|
||
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
||
|
gopkg.in/yaml.v2 v2.2.2 // indirect
|
||
|
)
|