-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
docs: upgrade sreg gomod #4263
docs: upgrade sreg gomod #4263
Conversation
🤖 Generated by lychee actionSummary
Full action output |
Apply Sweep Rules to your PR?
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ 📢 Thoughts on this report? Let us know!. |
/cherry-pick release-v4.4 |
🤖 says: Error cherry-picking. |
🤖 says: |
🤖 Generated by Copilot at 87ebee9
Summary
🆙🐛🧹
This pull request updates and cleans up the dependencies of sealos and its end-to-end tests. It adds new features and fixes bugs by using newer versions of some direct dependencies, such as
github.com/labring/sreg
andgithub.com/fatih/color
. It also removes or updates many transitive dependencies that are no longer needed or outdated.Walkthrough
go.work.sum
(link, link, link)go.work.sum
(link, link, link, link, link, link, link)test/e2e/go.mod
(link)test/e2e/go.mod
(link, link, link, link)refer to #4228