chore(deps): bump github.com/dvsekhvalnov/jose2go from 1.5.0 to 1.7.0 - #37
Merged
suisuss merged 1 commit intoJul 29, 2026
Merged
Conversation
suisuss
added a commit
that referenced
this pull request
Jul 29, 2026
…g go.sum (#82) generate.go carries //go:build ignore, so go mod tidy never sees its import of github.com/spf13/cobra/doc and prunes go-md2man and blackfriday from go.sum. Doc generation then fails with a missing go.sum entry. Dependabot runs tidy on every bump, so this broke docs-check on PRs #36, #37 and #81. Add a tools-tagged blank import. go mod tidy evaluates imports under all build tag combinations, unlike the compiler, so the tag keeps the file out of every real build while holding those hashes pinned. Verified: tidy now leaves go.sum untouched, and go list -deps ./cmd/kh has no md2man. Also promote golang.org/x/crypto out of the indirect block: cmd/read/read.go imports it directly, so go.mod was not tidy-clean and any tidy run moved it.
Contributor
|
@dependabot recreate |
Bumps [github.com/dvsekhvalnov/jose2go](https://github.com/dvsekhvalnov/jose2go) from 1.5.0 to 1.7.0. - [Commits](dvsekhvalnov/jose2go@v1.5...v1.7.0) --- updated-dependencies: - dependency-name: github.com/dvsekhvalnov/jose2go dependency-version: 1.7.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/github.com/dvsekhvalnov/jose2go-1.7.0
branch
from
July 29, 2026 01:47
73b1425 to
7d3905f
Compare
suisuss
deleted the
dependabot/go_modules/github.com/dvsekhvalnov/jose2go-1.7.0
branch
July 29, 2026 01:54
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.
Bumps github.com/dvsekhvalnov/jose2go from 1.5.0 to 1.7.0.
Commits
0a0673dMerge pull request #34 from dvsekhvalnov/issue-33-deflate-limitc3fff7cdocse51b47fdocsc7dde52fixing workflowa194baaadded go versions and OSs to matrixf31cfc6fixing yaml1a4ba55added matrix to workflowd2baff2go workflowb14c81aadded limitation for deflate decompression stream48ba0b7Merge pull request #32 from dvsekhvalnov/issue-31-security-tuning