Update dependencies to latest versions#273
Merged
Merged
Conversation
Coverage Report for CI Build 24693514175Coverage remained the same at 84.247%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats
💛 - Coveralls |
af7213a to
9111966
Compare
umputun
reviewed
Apr 17, 2026
Member
umputun
left a comment
There was a problem hiding this comment.
dep bumps look fine, but one scope thing:
ci-v2.yml drops the goveralls submission step (7 lines), and it's not in the PR description. That step was added intentionally in #256 a few months back to publish v2 coverage. If the intent is to stop double-submitting (since v1 already covers the same paths), could you mention it in the PR body? Otherwise I'd prefer to keep it and land only the dep updates here.
rest LGTM — the jwt v3→v5 switch in custom_server_test.go is the right call given the go-oauth2/oauth2/v4 update.
c980b31 to
83a754f
Compare
Collaborator
Author
|
Fixed, please take another look. |
umputun
approved these changes
Apr 20, 2026
Member
umputun
left a comment
There was a problem hiding this comment.
thanks for reverting the ci-v2.yml change, LGTM now.
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.
Summary
custom_server_test.gojwt import from v3 to v5 to match updatedgo-oauth2/oauth2/v4requirementgolang.org/xpackages to latest 1.24-compatible versionsNotable dependency updates (v1 — Go 1.25.0):
golang.org/x/oauth2v0.33.0 → v0.36.0golang.org/x/imagev0.38.0 → v0.39.0golang.org/x/cryptov0.45.0 → v0.50.0github.com/go-pkgz/restv1.20.4 → v1.21.0github.com/go-pkgz/repeater/v2v2.0.1 → v2.2.0github.com/go-oauth2/oauth2/v4v4.5.2 → v4.5.4github.com/klauspost/compressv1.18.2 → v1.18.5Notable dependency updates (v2, _example — Go 1.24.0):
golang.org/x/cryptov0.45.0 → v0.48.0golang.org/x/imagev0.33.0 → v0.36.0golang.org/x/oauth2v0.33.0 → v0.35.0golang.org/x/syncv0.18.0 → v0.19.0golang.org/x/sysv0.38.0 → v0.41.0golang.org/x/textv0.31.0 → v0.34.0github.com/go-pkgz/restv1.20.4 → v1.21.0github.com/go-pkgz/repeater/v2v2.0.1 → v2.2.0github.com/golang-jwt/jwt/v5v5.3.0 → v5.3.1github.com/klauspost/compressv1.18.2 → v1.18.5