go-sdk-contrib icon indicating copy to clipboard operation
go-sdk-contrib copied to clipboard

Upgrade all dependencies

Open sahidvelji opened this issue 2 months ago • 1 comments

Many modules in this repo are using outdated dependencies. We should upgrade them all. Some of the modules may require manual intervention due to breaking changes introduced by dependencies.

For each module in this repo, run the following command:

go get -u -t [email protected] toolchain@none ./... && go mod tidy

sahidvelji avatar Oct 18 '25 14:10 sahidvelji

Hi! I'd like to work on this issue. I'll upgrade all dependencies across the modules by running the specified commands for each module. I'll ensure tests pass and handle any breaking changes that may arise. Expected to have a PR ready shortly.

ambicuity avatar Oct 24 '25 01:10 ambicuity