nscuro / traefik-plugin-geoblock

traefik plugin to whitelist requests based on geolocation
Apache License 2.0
39 stars 5 forks source link

fix(deps): update module github.com/ip2location/ip2location-go/v9 to v9.7.0 #72

Open renovate[bot] opened 10 months ago

renovate[bot] commented 10 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/ip2location/ip2location-go/v9 v9.5.0 -> v9.7.0 age adoption passing confidence

Release Notes

ip2location/ip2location-go (github.com/ip2location/ip2location-go/v9) ### [`v9.7.0`](https://togithub.com/ip2location/ip2location-go/releases/tag/v9.7.0): Added PackageVersion and DatabaseVersion functions [Compare Source](https://togithub.com/ip2location/ip2location-go/compare/v9.6.1...v9.7.0) ### [`v9.6.1`](https://togithub.com/ip2location/ip2location-go/releases/tag/v9.6.1): Fixed wrong value returned by the CIDRToIPv6 function [Compare Source](https://togithub.com/ip2location/ip2location-go/compare/v9.6.0...v9.6.1) ### [`v9.6.0`](https://togithub.com/ip2location/ip2location-go/releases/tag/v9.6.0): Added support for district, ASN and AS [Compare Source](https://togithub.com/ip2location/ip2location-go/compare/v9.5.1...v9.6.0) ### [`v9.5.1`](https://togithub.com/ip2location/ip2location-go/releases/tag/v9.5.1): Fixed wrong IPv6 conversion [Compare Source](https://togithub.com/ip2location/ip2location-go/compare/v9.5.0...v9.5.1)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.

nscuro commented 8 months ago

The library started to use unsafe which isn't available in yaegi.

image