mirror of
https://github.com/skidoodle/ipinfo.git
synced 2026-04-28 01:27:34 +02:00
22 lines
506 B
Modula-2
22 lines
506 B
Modula-2
module ipinfo
|
|
|
|
go 1.25.6
|
|
|
|
require (
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/likexian/whois v1.15.7
|
|
github.com/likexian/whois-parser v1.24.21
|
|
github.com/miekg/dns v1.1.72
|
|
github.com/oschwald/maxminddb-golang v1.13.1
|
|
golang.org/x/net v0.49.0
|
|
)
|
|
|
|
require (
|
|
github.com/likexian/gokit v0.25.16 // indirect
|
|
golang.org/x/mod v0.31.0 // indirect
|
|
golang.org/x/sync v0.19.0 // indirect
|
|
golang.org/x/sys v0.40.0 // indirect
|
|
golang.org/x/text v0.33.0 // indirect
|
|
golang.org/x/tools v0.40.0 // indirect
|
|
)
|