Update dependencies, enhance database handling, and improve request parsing

This commit is contained in:
skidoodle 2025-01-29 12:49:09 +01:00
parent bc9f481717
commit a36241f263
No known key found for this signature in database
7 changed files with 157 additions and 162 deletions

4
go.mod
View file

@ -2,6 +2,6 @@ module github.com/skidoodle/ipinfo
go 1.22.4
require github.com/oschwald/maxminddb-golang v1.6.0
require github.com/oschwald/maxminddb-golang v1.13.1
require golang.org/x/sys v0.1.0 // indirect
require golang.org/x/sys v0.29.0 // indirect