chore(deps): update root Go dependencies#433
Open
spboyer wants to merge 1 commit into
Open
Conversation
Bump golang.org/x/term to v0.45.0 and github.com/yuin/goldmark to v1.8.4. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates a small set of root Go module dependencies, keeping the repository’s dependency set current while intentionally avoiding overlap with existing Dependabot PRs.
Changes:
- Bumped
github.com/yuin/goldmarkfromv1.8.2tov1.8.4. - Bumped
golang.org/x/termfromv0.44.0tov0.45.0(with the correspondinggo.sumupdates). - Updated
golang.org/x/systov0.47.0as an indirect dependency during the module resolution/tidy.
Show a summary per file
| File | Description |
|---|---|
| go.mod | Updates the required module versions (direct bumps for goldmark and x/term, plus an indirect x/sys bump). |
| go.sum | Refreshes module checksums to match the updated dependency graph. |
Review details
- Files reviewed: 1/2 changed files
- Comments generated: 1
- Review effort level: Low
Comment on lines
133
to
136
| golang.org/x/mod v0.36.0 // indirect | ||
| golang.org/x/net v0.56.0 // indirect | ||
| golang.org/x/sys v0.46.0 // indirect | ||
| golang.org/x/sys v0.47.0 // indirect | ||
| golang.org/x/time v0.15.0 // indirect |
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
golang.org/x/termv0.44.0 -> v0.45.0 andgithub.com/yuin/goldmarkv1.8.2 -> v1.8.4.npm audit --omit=devchecks for/weband/sitereported zero vulnerabilities.Validation
go mod tidygo test ./...make lintNotes
.adc-sdkwas checked and had no Go module updates; no parked ADC/platform work was touched.