Skip to content

Update testify to v1.12.0 - #10

Merged
umputun merged 1 commit into
masterfrom
chore/update-testify
Aug 19, 2026
Merged

Update testify to v1.12.0#10
umputun merged 1 commit into
masterfrom
chore/update-testify

Conversation

@paskal

@paskal paskal commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Bumps testify from v1.11.1 to v1.12.0, which no longer needs go-spew or go-difflib, so both drop out of the module graph. The go directive stays at 1.24.0.

golang.org/x/sync and golang.org/x/time are deliberately left alone. Every version past the current one declares go 1.25.0 and would raise the directive, and there is nothing in them worth having: x/time v0.15.0 changes only its own go.mod, and x/sync's errgroup differs from v0.19.0 by a single comment, with the rest of the delta in semaphore and singleflight, which this library does not use.

@paskal
paskal requested a review from umputun as a code owner August 19, 2026 05:05
drops go-spew and go-difflib from the module graph, testify no longer needs them.
go directive stays at 1.24.0.

golang.org/x/sync and golang.org/x/time left alone, every version past the current
one declares go 1.25.0 and would raise the directive.
@paskal
paskal force-pushed the chore/update-testify branch from 5d14613 to a787c1f Compare August 19, 2026 05:11
@umputun
umputun merged commit 846dc2e into master Aug 19, 2026
4 checks passed
@umputun
umputun deleted the chore/update-testify branch August 19, 2026 05:16
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.

2 participants