mirror of
https://github.com/skidoodle/ipinfo.git
synced 2026-04-28 01:27:34 +02:00
25 lines
712 B
Modula-2
25 lines
712 B
Modula-2
module ipinfo
|
|
|
|
go 1.25.1
|
|
|
|
require (
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/likexian/whois v1.15.6
|
|
github.com/likexian/whois-parser v1.24.20
|
|
github.com/miekg/dns v1.1.68
|
|
github.com/oschwald/maxminddb-golang v1.13.1
|
|
golang.org/x/net v0.44.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/likexian/gokit v0.25.15 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/stretchr/testify v1.10.0 // indirect
|
|
golang.org/x/mod v0.27.0 // indirect
|
|
golang.org/x/sync v0.17.0 // indirect
|
|
golang.org/x/sys v0.36.0 // indirect
|
|
golang.org/x/text v0.29.0 // indirect
|
|
golang.org/x/tools v0.36.0 // indirect
|
|
)
|