fix(deps): update module github.com/oschwald/maxminddb-golang to v1.13.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/oschwald/maxminddb-golang | require | minor |
v1.10.0 -> v1.13.1
|
Release Notes
oschwald/maxminddb-golang
v1.13.1
- Return the
*net.IPNet
in canonical form when usingNetworksWithin
to look up a network more specific than the one in the database. Previously, theIP
field on the*net.IPNet
would be set to the IP from the lookup network rather than the first IP of the network. -
NetworksWithin
will now correctly handle an*net.IPNet
parameter that is not in canonical form. This issue would only occur if the*net.IPNet
was manually constructed, asnet.ParseCIDR
returns the value in canonical form even if the input string is not.
v1.13.0
- Go 1.21 or greater is now required.
- The error messages when decoding have been improved. #119
v1.12.0
- The
wasi
target is now built without memory-mapping support. Pull request by Alex Kashintsev. GitHub #114. - When decoding to a map of non-scalar, non-interface types such as a
map[string]map[string]any
, the decoder failed to zero out the value for the map elements, which could result in incorrect decoding. Reported by JT Olio. GitHub #115.
v1.11.0
-
wasm
andwasip1
targets are now built without memory-mapping support. Pull request by Randy Reddig. GitHub #110.
Full Changelog: https://github.com/oschwald/maxminddb-golang/compare/v1.10.0...v1.11.0
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.