chore: bump multi packages to latest version - #10
Closed
chlins wants to merge 1 commit into
Closed
Conversation
chlins
force-pushed
the
chore/bump-packages
branch
from
May 28, 2026 07:09
84107a8 to
8bad15b
Compare
chlins
force-pushed
the
chore/bump-packages
branch
8 times, most recently
from
May 28, 2026 09:40
bfb4545 to
c67a95a
Compare
Signed-off-by: chlins <chlins.zhang@gmail.com>
chlins
force-pushed
the
chore/bump-packages
branch
from
May 28, 2026 09:48
c67a95a to
6e0ea3e
Compare
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.
This pull request updates the Go module dependencies to modernize the codebase, improve compatibility, and address security and feature enhancements. The most significant changes include upgrading the Go version, updating core dependencies (notably AWS SDK, Cobra, and YAML), and switching from
yaml.v2toyaml.v3in the codebase.Dependency and toolchain upgrades:
1.20to1.25.0ingo.mod, ensuring support for the latest language features and improved performance.github.com/aws/aws-sdk-go(fromv1.15.11tov1.55.8),github.com/spf13/cobra(from a pre-1.0 version tov1.10.2), and severalgolang.org/xandgoogle.golang.orglibraries, providing new features and security updates. [1] [2]YAML library migration:
gopkg.in/yaml.v2withgopkg.in/yaml.v3in bothconfiguration/parser.goandconfiguration/configuration_test.gofor improved YAML parsing capabilities and bug fixes. [1] [2] [3]Additional dependency management: