Skip to content

chore(deps): bump indirect deps (crypto, net, oauth2, xz) - #32

Merged
kldzj merged 1 commit into
mainfrom
chore/bump-indirect-deps
Jun 30, 2026
Merged

chore(deps): bump indirect deps (crypto, net, oauth2, xz)#32
kldzj merged 1 commit into
mainfrom
chore/bump-indirect-deps

Conversation

@kldzj

@kldzj kldzj commented Jun 30, 2026

Copy link
Copy Markdown
Owner

Consolidates the four dependabot PRs (#27#30) into one change.

All four are indirect, reached only through go-selfupdate's gitea/gitlab/go-github SDKs and the xz archive dep; none are imported by pzmod's own code.

Module From To
golang.org/x/crypto 0.21.0 0.45.0
golang.org/x/net 0.23.0 0.47.0 (required by crypto 0.45.0)
golang.org/x/oauth2 0.7.0 0.27.0
github.com/ulikunitz/xz 0.5.11 0.5.14

go mod tidy also dropped the now-unused appengine/protobuf requires. go mod verify passes; build and full test suite are green.

Supersedes #27, #28, #29, #30

Consolidates the four dependabot bumps into one change. go mod tidy
resolves x/net to v0.47.0 (required by x/crypto v0.45.0, above the
standalone bump) and drops the now-unused appengine/protobuf requires
that old oauth2 pulled in. All four are indirect; only the self-update
code path uses them. Build + full test suite pass.

- golang.org/x/crypto    0.21.0 -> 0.45.0
- golang.org/x/net       0.23.0 -> 0.47.0
- golang.org/x/oauth2    0.7.0  -> 0.27.0
- github.com/ulikunitz/xz 0.5.11 -> 0.5.14

Supersedes #27, #28, #29, #30
@kldzj
kldzj merged commit e047366 into main Jun 30, 2026
1 check passed
@kldzj
kldzj deleted the chore/bump-indirect-deps branch June 30, 2026 14:32
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