Skip to content

chore: update example dependencies - #14

Closed
paskal wants to merge 1 commit into
masterfrom
chore/example-deps
Closed

chore: update example dependencies#14
paskal wants to merge 1 commit into
masterfrom
chore/example-deps

Conversation

@paskal

@paskal paskal commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

_example dependencies brought to what they can reach while the module keeps go 1.23.

  • go-pkgz/lcw v1.1.0 to v1.2.0, staying on the v1 module path. It no longer pulls hashicorp/errwrap and hashicorp/go-multierror, and brings go.uber.org/atomic
  • go-redis/v9 v9.17.3 to v9.18.0, moved by lcw
  • go-pkgz/repeater/v2 is already at v2.2.0, the latest tag, unchanged
  • everything else is already at its latest version: cespare/xxhash/v2 v2.3.0, google/uuid v1.6.0, hashicorp/golang-lru v1.0.2, go.uber.org/atomic v1.11.0

Left out, both would drag the directive up: go-redis v9.19.0 and later declares go 1.24, and the current golang.org/x/sys declares go 1.25. dgryski/go-rendezvous has 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.

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.
@paskal
paskal requested a review from umputun as a code owner August 19, 2026 06:45
@paskal

paskal commented Aug 19, 2026

Copy link
Copy Markdown
Contributor Author

Folded into #13, the example dependency bump is one commit there. Not worth a PR of its own.

@paskal paskal closed this Aug 19, 2026
@paskal
paskal deleted the chore/example-deps branch August 19, 2026 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant