Skip to content

chore(deps): bump github.com/dvsekhvalnov/jose2go from 1.5.0 to 1.7.0 - #37

Merged
suisuss merged 1 commit into
mainfrom
dependabot/go_modules/github.com/dvsekhvalnov/jose2go-1.7.0
Jul 29, 2026
Merged

chore(deps): bump github.com/dvsekhvalnov/jose2go from 1.5.0 to 1.7.0#37
suisuss merged 1 commit into
mainfrom
dependabot/go_modules/github.com/dvsekhvalnov/jose2go-1.7.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 25, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/dvsekhvalnov/jose2go from 1.5.0 to 1.7.0.

Commits

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 25, 2026
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.
@suisuss

suisuss commented Jul 29, 2026

Copy link
Copy Markdown
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
dependabot Bot force-pushed the dependabot/go_modules/github.com/dvsekhvalnov/jose2go-1.7.0 branch from 73b1425 to 7d3905f Compare July 29, 2026 01:47
@suisuss
suisuss merged commit af8c372 into main Jul 29, 2026
4 checks passed
@suisuss
suisuss deleted the dependabot/go_modules/github.com/dvsekhvalnov/jose2go-1.7.0 branch July 29, 2026 01:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant