Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update module github.com/oschwald/maxminddb-golang to v1.1…
…3.1 (#4439) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/oschwald/maxminddb-golang](https://togithub.com/oschwald/maxminddb-golang) | `v1.12.0` -> `v1.13.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2foschwald%2fmaxminddb-golang/v1.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2foschwald%2fmaxminddb-golang/v1.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2foschwald%2fmaxminddb-golang/v1.12.0/v1.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2foschwald%2fmaxminddb-golang/v1.12.0/v1.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>oschwald/maxminddb-golang (github.com/oschwald/maxminddb-golang)</summary> ### [`v1.13.1`](https://togithub.com/oschwald/maxminddb-golang/releases/tag/v1.13.1): 1.13.1 [Compare Source](https://togithub.com/oschwald/maxminddb-golang/compare/v1.13.0...v1.13.1) - Return the `*net.IPNet` in canonical form when using `NetworksWithin` to look up a network more specific than the one in the database. Previously, the `IP` 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, as `net.ParseCIDR` returns the value in canonical form even if the input string is not. ### [`v1.13.0`](https://togithub.com/oschwald/maxminddb-golang/releases/tag/v1.13.0): 1.13.0 [Compare Source](https://togithub.com/oschwald/maxminddb-golang/compare/v1.12.0...v1.13.0) - Go 1.21 or greater is now required. - The error messages when decoding have been improved. [#​119](https://togithub.com/oschwald/maxminddb-golang/issues/119) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 6am on Monday" in timezone Europe/Paris, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cozy/cozy-stack). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM4LjU2LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
- Loading branch information