go-redis / redis_rate

Rate limiting for go-redis
https://redis.uptrace.dev/guide/go-redis-rate-limiting.html
BSD 2-Clause "Simplified" License
844 stars 101 forks source link

Update module github.com/go-redis/redis/v8 to v9 - autoclosed #82

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/go-redis/redis/v8 require major v8.11.4 -> v9.0.2

Release Notes

go-redis/redis ### [`v9.0.2`](https://togithub.com/redis/go-redis/releases/tag/v9.0.2) [Compare Source](https://togithub.com/go-redis/redis/compare/v9.0.1...v9.0.2) ##### Changes - feat: upgrade OpenTelemetry, use the new metrics API. ([#​2410](https://togithub.com/go-redis/redis/issues/2410)) ##### 🧰 Maintenance - chore: release v9.0.2 (release.sh) ([#​2412](https://togithub.com/go-redis/redis/issues/2412)) - test: remove deep search ([#​2411](https://togithub.com/go-redis/redis/issues/2411)) - Adding the release drafter, for release note generation ([#​2368](https://togithub.com/go-redis/redis/issues/2368)) ##### Contributors We'd like to thank all the contributors who worked on this release! [@​chayim](https://togithub.com/chayim), [@​longit644](https://togithub.com/longit644), [@​monkey92t](https://togithub.com/monkey92t) and [@​vmihailenco](https://togithub.com/vmihailenco) ### [`v9.0.1`](https://togithub.com/redis/go-redis/releases/tag/v9.0.1) [Compare Source](https://togithub.com/go-redis/redis/compare/v9.0.0...v9.0.1) Please refer to [CHANGELOG.md](https://togithub.com/go-redis/redis/blob/master/CHANGELOG.md) for details ### [`v9.0.0`](https://togithub.com/redis/go-redis/releases/tag/v9.0.0) [Compare Source](https://togithub.com/go-redis/redis/compare/v8.11.5...v9.0.0) Please refer to [CHANGELOG.md](https://togithub.com/go-redis/redis/blob/master/CHANGELOG.md) for details ### [`v8.11.5`](https://togithub.com/redis/go-redis/releases/tag/v8.11.5) [Compare Source](https://togithub.com/go-redis/redis/compare/v8.11.4...v8.11.5) Please refer to [CHANGELOG.md](https://togithub.com/go-redis/redis/blob/master/CHANGELOG.md) for details

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 has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

âš  Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

â™» Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v "/mnt/renovate/gh/go-redis/redis_rate":"/mnt/renovate/gh/go-redis/redis_rate" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/containerbase":"/tmp/containerbase" -e GOPATH -e GOPROXY -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/mnt/renovate/gh/go-redis/redis_rate" docker.io/containerbase/sidecar bash -l -c "install-tool golang 1.20.2 && go get -d -t ./..."
go: github.com/go-redis/redis/v9@v9.0.2: parsing go.mod:
    module declares its path as: github.com/redis/go-redis/v9
            but was required as: github.com/go-redis/redis/v9