Files
iplookup/go.mod
tchivert b8b244acce
build / build (push) Successful in 1m4s
docker / docker (push) Successful in 2m23s
update to go1.26
2026-02-12 17:09:19 +01:00

14 lines
245 B
Modula-2

module iplookup
go 1.26.0
require (
github.com/oschwald/geoip2-golang v1.11.0
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948
)
require (
github.com/oschwald/maxminddb-golang v1.13.0 // indirect
golang.org/x/sys v0.20.0 // indirect
)