mirror of
https://github.com/skidoodle/ipinfo.git
synced 2025-02-15 08:29:17 +01:00
Update dependencies, enhance database handling, and improve request parsing
This commit is contained in:
parent
bc9f481717
commit
a36241f263
7 changed files with 157 additions and 162 deletions
4
go.mod
4
go.mod
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue