Upgrade all Go dependencies to latest versions #79
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.
This PR upgrades all Go dependencies to their latest stable versions to improve security, performance, and access to new features.
Key Updates
Core Dependencies
charmbracelet/bubbles: v0.20.0 → v0.21.0 - Updated UI componentscharmbracelet/bubbletea: v1.3.5 → v1.3.10 - Terminal application framework improvementscharmbracelet/colorprofile: v0.2.3 → v0.3.2 - Better color supportcharmbracelet/x/ansi: v0.8.0 → v0.10.1 - Enhanced ANSI handlingConfiguration & Utilities
spf13/viper: v1.20.1 → v1.21.0 - Configuration management improvementsspf13/afero: v1.12.0 → v1.15.0 - File system abstraction updatesspf13/cast: v1.7.1 → v1.10.0 - Type conversion enhancementsspf13/pflag: v1.0.6 → v1.0.10 - Command-line flag parsing updatesTesting & System Libraries
stretchr/testify: v1.10.0 → v1.11.1 - Latest testing utilitiesgolang.org/x/*: Updated system libraries for better performance and securityBenefits
Testing
go mod tidyThe upgrade maintains full backward compatibility while bringing the project up to date with the latest ecosystem improvements.
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:
https://api.github.com/repos/canack/tc/actions/runs/tmp/go-build2055282845/b277/repository.test -test.testlogfile=/tmp/go-build2055282845/b277/testlog.txt -test.paniconexit0 -test.timeout=10m0s(http block)https://api.github.com/repos/canack/tc/actions/workflows/tmp/go-build2055282845/b277/repository.test -test.testlogfile=/tmp/go-build2055282845/b277/testlog.txt -test.paniconexit0 -test.timeout=10m0s(http block)https://api.github.com/repos/canack/tc/contents/.github/workflows/dispatch_test.yaml/tmp/go-build2055282845/b289/usecase.test -test.testlogfile=/tmp/go-build2055282845/b289/testlog.txt -test.paniconexit0 -test.timeout=10m0s(http block)https://api.github.com/repos/fleimkeipa/dvpwa/tmp/go-build2055282845/b277/repository.test -test.testlogfile=/tmp/go-build2055282845/b277/testlog.txt -test.paniconexit0 -test.timeout=10m0s(http block)https://api.github.com/repos/fleimkeipa/dvpwa/actions/workflows/tmp/go-build2055282845/b277/repository.test -test.testlogfile=/tmp/go-build2055282845/b277/testlog.txt -test.paniconexit0 -test.timeout=10m0s(http block)https://api.github.com/repos/fleimkeipa/dvpwa/branches/tmp/go-build2055282845/b277/repository.test -test.testlogfile=/tmp/go-build2055282845/b277/testlog.txt -test.paniconexit0 -test.timeout=10m0s(http block)https://api.github.com/repos/fleimkeipa/dvpwa/contents/.github/workflows/build.yml/tmp/go-build2055282845/b277/repository.test -test.testlogfile=/tmp/go-build2055282845/b277/testlog.txt -test.paniconexit0 -test.timeout=10m0s(http block)https://api.github.com/repos/termkit/gama/releases/latest/tmp/go-build2055282845/b300/version.test -test.testlogfile=/tmp/go-build2055282845/b300/testlog.txt -test.paniconexit0 -test.timeout=10m0s(http block)https://api.github.com/user/tmp/go-build2055282845/b277/repository.test -test.testlogfile=/tmp/go-build2055282845/b277/testlog.txt -test.paniconexit0 -test.timeout=10m0s(http block)https://api.github.com/user/repos/tmp/go-build2055282845/b289/usecase.test -test.testlogfile=/tmp/go-build2055282845/b289/testlog.txt -test.paniconexit0 -test.timeout=10m0s(http block)/tmp/go-build2055282845/b277/repository.test -test.testlogfile=/tmp/go-build2055282845/b277/testlog.txt -test.paniconexit0 -test.timeout=10m0s(http block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.