deps: bump the go-dependencies group with 2 updates#185
Merged
github-actions[bot] merged 1 commit intoJul 20, 2026
Merged
Conversation
Bumps the go-dependencies group with 2 updates: [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) and [github.com/yuin/goldmark](https://github.com/yuin/goldmark). Updates `github.com/mattn/go-isatty` from 0.0.22 to 0.0.23 - [Commits](mattn/go-isatty@v0.0.22...v0.0.23) Updates `github.com/yuin/goldmark` from 1.8.2 to 1.8.4 - [Release notes](https://github.com/yuin/goldmark/releases) - [Commits](yuin/goldmark@v1.8.2...v1.8.4) --- updated-dependencies: - dependency-name: github.com/mattn/go-isatty dependency-version: 0.0.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/yuin/goldmark dependency-version: 1.8.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Updates Go module dependencies to newer patch releases to pick up fixes and stay current.
Changes:
- Bump
github.com/mattn/go-isattyfromv0.0.22tov0.0.23 - Bump
github.com/yuin/goldmarkfromv1.8.2tov1.8.4 - Regenerate
go.sumentries to match updated module versions
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Updates required dependency versions for go-isatty and goldmark. |
| go.sum | Updates checksum entries corresponding to the new module versions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
dependabot
Bot
deleted the
dependabot/go_modules/go-dependencies-bb64fcc0eb
branch
July 20, 2026 11:09
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 the go-dependencies group with 2 updates: github.com/mattn/go-isatty and github.com/yuin/goldmark.
Updates
github.com/mattn/go-isattyfrom 0.0.22 to 0.0.23Commits
4bc9b75Lower go directive to 1.20 for Windows 7 users (#94)4e061daadd stub for haiku os (#93)Updates
github.com/yuin/goldmarkfrom 1.8.2 to 1.8.4Release notes
Sourced from github.com/yuin/goldmark's releases.
Commits
50ba9fcfix: disable svg in data:image urls2326684fix: #556Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsSummary by cubic
Update two Go dependencies to pick up fixes and security hardening in Markdown parsing. No application code changes.
github.com/yuin/goldmark: 1.8.2 → 1.8.4 (disables SVG in data:image URLs; bug fixes)github.com/mattn/go-isatty: 0.0.22 → 0.0.23 (minor fixes and platform updates)Written for commit ac47a64. Summary will update on new commits.