You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
452 B
14 lines
452 B
6 years ago
|
module github.com/gombadi/dnsseeder
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
github.com/btcsuite/btcd v0.0.0-20190523000118-16327141da8c
|
||
|
github.com/miekg/dns v1.1.13
|
||
|
golang.org/x/crypto v0.0.0-20190530122614-20be4c3c3ed5 // indirect
|
||
|
golang.org/x/net v0.0.0-20190522155817-f3200d17e092 // indirect
|
||
|
golang.org/x/sys v0.0.0-20190530182044-ad28b68e88f1 // indirect
|
||
|
golang.org/x/text v0.3.2 // indirect
|
||
|
golang.org/x/tools v0.0.0-20190530215528-75312fb06703 // indirect
|
||
|
)
|