chore: update example dependencies - #14
Closed
paskal wants to merge 1 commit into
Closed
Conversation
lcw to v1.2.0, which drops hashicorp/errwrap and go-multierror and brings go-redis v9.18.0 and go.uber.org/atomic. The go directive stays at 1.23, so go-redis stops at v9.18.0: v9.19.0 needs go 1.24 and the current x/sys needs 1.25.
Contributor
Author
|
Folded into #13, the example dependency bump is one commit there. Not worth a PR of its own. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
_exampledependencies brought to what they can reach while the module keepsgo 1.23.go-pkgz/lcwv1.1.0 to v1.2.0, staying on the v1 module path. It no longer pullshashicorp/errwrapandhashicorp/go-multierror, and bringsgo.uber.org/atomicgo-redis/v9v9.17.3 to v9.18.0, moved by lcwgo-pkgz/repeater/v2is already at v2.2.0, the latest tag, unchangedcespare/xxhash/v2v2.3.0,google/uuidv1.6.0,hashicorp/golang-lruv1.0.2,go.uber.org/atomicv1.11.0Left out, both would drag the directive up:
go-redisv9.19.0 and later declaresgo 1.24, and the currentgolang.org/x/sysdeclaresgo 1.25.dgryski/go-rendezvoushas no tags, so it stays on the pseudo-version go-redis asks for.The
replace github.com/go-pkgz/requester => ../is untouched, and the example builds and lints clean.