-
Notifications
You must be signed in to change notification settings - Fork 0
chore: update module dependencies in go.mod and go.sum #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Tommy Nguyen <tuannvm@hotmail.com>
WalkthroughThe changes update the module dependencies in the Changes
Poem
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 golangci-lint (1.64.8)Error: you are using a configuration file for golangci-lint v2 with golangci-lint v1: please use golangci-lint v2 📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms (1)
🔇 Additional comments (9)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
🎉 This PR is included in version 1.0.11 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Summary
This pull request updates various dependencies across the project to their latest stable versions, enhancing security, stability, and functionality. Notable updates include upgrading
github.com/mark3labs/mcp-go
from v0.22.0 to v0.25.0, dependencies related to configuration and testing libraries, and several Go standard library modules (golang.org/x/*
,go.uber.org/*
) to newer versions. Additionally, some dependencies such asgithub.com/spf13/viper
andgithub.com/yosida95/uritemplate/v3
were updated to newer versions, resulting in improved compatibility and bug fixes.Affected Modules
viper
,gotenv
)uritemplate
)testify
,check
)mcp-go
)golang.org/x/*
,go.uber.org/*
)Key Details
github.com/mark3labs/mcp-go
from v0.22.0 to v0.25.0github.com/spf13/viper
remains at v1.20.1, with related dependencies updated.github.com/yosida95/uritemplate/v3
remains at v3.0.2 with updated go.mod entries.golang.org/x/sys
from v0.29.0 to v0.32.0golang.org/x/text
from v0.21.0 to v0.24.0go.uber.org/multierr
from v1.9.0 to v1.11.0locafero
,afero
, andcast
modules to align with latest stable versions.Potential Impacts
Testing Steps
Summary by CodeRabbit