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 | patch |
v1.13.0 -> v1.13.1
|
Release Notes
oschwald/maxminddb-golang (github.com/oschwald/maxminddb-golang)
v1.13.1
: 1.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.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by renovate