Update module github.com/oschwald/maxminddb-golang to v1.13.1
This MR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| github.com/oschwald/maxminddb-golang |
v1.10.0 -> v1.13.1
|
Release Notes
oschwald/maxminddb-golang (github.com/oschwald/maxminddb-golang)
v1.13.1: 1.13.1
- Return the
*net.IPNetin canonical form when usingNetworksWithinto look up a network more specific than the one in the database. Previously, theIPfield on the*net.IPNetwould be set to the IP from the lookup network rather than the first IP of the network. -
NetworksWithinwill now correctly handle an*net.IPNetparameter that is not in canonical form. This issue would only occur if the*net.IPNetwas manually constructed, asnet.ParseCIDRreturns the value in canonical form even if the input string is not.
v1.13.0: 1.13.0
- Go 1.21 or greater is now required.
- The error messages when decoding have been improved. #119
v1.12.0: 1.12.0
- The
wasitarget 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: 1.11.0
-
wasmandwasip1targets 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, check this box
This MR has been generated by Renovate Bot.
Edited by Ghost User