Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/go-redis/redis/v9 to v9.0.1 in go.mod #3045

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 25, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/go-redis/redis/v9 require patch v9.0.0-rc.2 -> v9.0.1

Release Notes

go-redis/redis

v9.0.1

Compare Source

Please refer to CHANGELOG.md for details

v9.0.0

Compare Source

Please refer to CHANGELOG.md for details

v9.0.0-rc.4

Compare Source

Please refer to CHANGELOG.md for details

v9.0.0-rc.3

Compare Source

Please refer to CHANGELOG.md for details


Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot requested a review from a team as a code owner January 25, 2023 04:36
@renovate renovate bot added the dependencies PRs that update a dependency file label Jan 25, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Jan 25, 2023

⚠ 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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

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/runatlantis/atlantis":"/mnt/renovate/gh/runatlantis/atlantis" -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/runatlantis/atlantis" docker.io/renovate/sidecar bash -l -c "install-tool golang 1.19.5 && go get -d -t ./... && go mod tidy && go mod tidy"
go: github.com/go-redis/redis/v9@v9.0.1: parsing go.mod:
	module declares its path as: github.com/redis/go-redis/v9
	        but was required as: github.com/go-redis/redis/v9

nitrocode
nitrocode previously approved these changes Jan 25, 2023
@nitrocode nitrocode dismissed their stale review January 25, 2023 04:42

artifact failure

@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-v9-9.x branch 2 times, most recently from 3096c69 to 0a74645 Compare January 30, 2023 07:51
@renovate renovate bot changed the title fix(deps): update module github.com/go-redis/redis/v9 to v9.0.0-rc.4 in go.mod fix(deps): update module github.com/go-redis/redis/v9 to v9.0.0 in go.mod Jan 30, 2023
@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-v9-9.x branch from 0a74645 to ef03149 Compare January 30, 2023 11:20
@renovate renovate bot changed the title fix(deps): update module github.com/go-redis/redis/v9 to v9.0.0 in go.mod fix(deps): update module github.com/go-redis/redis/v9 to v9.0.1 in go.mod Jan 30, 2023
@nitrocode
Copy link
Member

Might be fixable with a manual go get

CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -v -o atlantis .
server/core/redis/redis.go:12:2: missing go.sum entry for module providing package github.com/go-redis/redis/v9 (imported by github.com/runatlantis/atlantis/server/core/redis); to add:
	go get github.com/runatlantis/atlantis/server/core/redis
make: *** [Makefile:21: build-service] Error 1

Exited with code exit status 2

@renovate renovate bot deleted the renovate/github.com-go-redis-redis-v9-9.x branch January 31, 2023 05:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies PRs that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant