Skip to content

chore(deps): update root Go dependencies#433

Open
spboyer wants to merge 1 commit into
mainfrom
spboyer-dependency-updates
Open

chore(deps): update root Go dependencies#433
spboyer wants to merge 1 commit into
mainfrom
spboyer-dependency-updates

Conversation

@spboyer

@spboyer spboyer commented Jul 13, 2026

Copy link
Copy Markdown
Member

Summary

  • Updated uncovered root Go direct dependencies: golang.org/x/term v0.44.0 -> v0.45.0 and github.com/yuin/goldmark v1.8.2 -> v1.8.4.
  • Kept existing Dependabot-covered updates out of this PR: Copilot SDK, azd, x/sync, x/text, otlptracehttp, and npm package updates already have open PRs.
  • No open Dependabot alerts were found, and production npm audit --omit=dev checks for /web and /site reported zero vulnerabilities.

Validation

  • go mod tidy
  • go test ./...
  • make lint

Notes

  • .adc-sdk was checked and had no Go module updates; no parked ADC/platform work was touched.

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>
Copilot AI review requested due to automatic review settings July 13, 2026 13:08

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/goldmark from v1.8.2 to v1.8.4.
  • Bumped golang.org/x/term from v0.44.0 to v0.45.0 (with the corresponding go.sum updates).
  • Updated golang.org/x/sys to v0.47.0 as 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 thread go.mod
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
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.

3 participants