mirror of
https://github.com/idanoo/go-domain-checker
synced 2025-07-01 21:52:17 +00:00
Check 2chars
This commit is contained in:
parent
6258a39050
commit
9000f70940
3 changed files with 92 additions and 0 deletions
11
go.mod
Normal file
11
go.mod
Normal file
|
@ -0,0 +1,11 @@
|
|||
module godomainchecker
|
||||
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/likexian/gokit v0.25.6 // indirect
|
||||
github.com/likexian/whois v1.12.4 // indirect
|
||||
github.com/likexian/whois-parser v1.22.0 // indirect
|
||||
golang.org/x/net v0.0.0-20210929193557-e81a3d93ecf6 // indirect
|
||||
golang.org/x/text v0.3.6 // indirect
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue