cozy / cozy-stack

Simple, Versatile, Yours
https://docs.cozy.io/en/cozy-stack/
GNU Affero General Public License v3.0
1.11k stars 137 forks source link

fix(deps): update module github.com/oschwald/maxminddb-golang to v1.13.1 #4439

Open renovate[bot] opened 1 week ago

renovate[bot] commented 1 week ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/oschwald/maxminddb-golang v1.12.0 -> v1.13.1 age adoption passing confidence

Release Notes

oschwald/maxminddb-golang (github.com/oschwald/maxminddb-golang) ### [`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)

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.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 week ago

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

Details:

Package Change
go 1.19 -> 1.22.4