Files
topip/geo/go.mod
tchivert f902525338
build / build (push) Failing after 37s
add topgeoip
2025-05-21 00:16:41 +02:00

11 lines
187 B
Modula-2

module topgeoip
go 1.24.2
require github.com/oschwald/geoip2-golang v1.11.0
require (
github.com/oschwald/maxminddb-golang v1.13.0 // indirect
golang.org/x/sys v0.20.0 // indirect
)