Skip to content

Update Go dependencies to latest versions#5

Merged
thrashr888 merged 7 commits intomainfrom
copilot/update-dependencies-to-latest
Feb 17, 2026
Merged

Update Go dependencies to latest versions#5
thrashr888 merged 7 commits intomainfrom
copilot/update-dependencies-to-latest

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 16, 2026

Brings indirect dependencies current with latest stable releases.

Changes

  • github.com/clipperhouse/uax29/v2: v2.6.0 → v2.7.0
  • github.com/go-test/deep: v1.0.3 → v1.1.1
  • github.com/rogpeppe/go-internal: v1.9.0 → v1.14.1

Direct dependencies (go-tfe, hcl/v2, cli, tablewriter) already at latest.

Impact

Zero behavioral changes. Updated dependencies contain bug fixes and minor improvements but maintain full API compatibility.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • app.terraform.io
    • Triggering command: /tmp/go-build3754422780/b312/client.test /tmp/go-build3754422780/b312/client.test -test.testlogfile=/tmp/go-build3754422780/b312/testlog.txt -test.paniconexit0 -test.timeout=10m0s -test.v=true ux-amd64/src/net-p --global ux-amd64/pkg/tool/linux_amd64/vet user.email (dns block)
    • Triggering command: /tmp/go-build4102279185/b312/client.test /tmp/go-build4102279185/b312/client.test -test.testlogfile=/tmp/go-build4102279185/b312/testlog.txt -test.paniconexit0 -test.timeout=10m0s -test.v=true rg/[email protected] 0.1-go1.25.0.lin-ifaceassert ux-amd64/pkg/tool/linux_amd64/compile (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Update dependencies to latest version Update Go dependencies to latest versions Feb 16, 2026
Copilot AI requested a review from thrashr888 February 16, 2026 19:13
thrashr888 added a commit that referenced this pull request Feb 17, 2026
Add entry for indirect dependency updates:
- github.com/clipperhouse/uax29/v2: v2.6.0 → v2.7.0
- github.com/go-test/deep: v1.0.3 → v1.1.1
- github.com/rogpeppe/go-internal: v1.9.0 → v1.14.1

This allows the verify check to pass for PR #5.

Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
@thrashr888 thrashr888 marked this pull request as ready for review February 17, 2026 00:20
Copilot AI review requested due to automatic review settings February 17, 2026 00:20
@thrashr888 thrashr888 merged commit 06078c5 into main Feb 17, 2026
8 checks passed
@thrashr888 thrashr888 deleted the copilot/update-dependencies-to-latest branch February 17, 2026 00:20
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates Go module metadata to bring a few indirect dependencies up to newer stable versions, keeping the dependency graph current while preserving API compatibility for this CLI.

Changes:

  • Bumped indirect dependency versions for github.com/clipperhouse/uax29/v2, github.com/go-test/deep, and github.com/rogpeppe/go-internal.
  • Updated go.sum to reflect the new module versions and checksums.
  • Added an Unreleased changelog entry documenting the dependency updates.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
go.mod Updates/records indirect dependency versions in the module graph.
go.sum Updates checksums to match the bumped indirect dependency versions.
CHANGELOG.md Documents the dependency bumps under the Unreleased section.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

- github.com/clipperhouse/uax29/v2: v2.6.0 → v2.7.0
- github.com/go-test/deep: v1.0.3 → v1.1.1
- github.com/rogpeppe/go-internal: v1.9.0 → v1.14.1
- Updated indirect dependencies for bug fixes and compatibility (PR #5)
Copy link

Copilot AI Feb 17, 2026

Choose a reason for hiding this comment

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

The changelog doesn’t appear to reference PR numbers elsewhere, and “(PR #5)” is also not linked like the other reference-style links at the bottom of the file. Consider removing the PR number or adding a proper link (and adopting that convention consistently) to avoid a one-off, potentially incorrect reference.

Suggested change
- Updated indirect dependencies for bug fixes and compatibility (PR #5)
- Updated indirect dependencies for bug fixes and compatibility

Copilot uses AI. Check for mistakes.
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