go-sdk-contrib
go-sdk-contrib copied to clipboard
Upgrade all dependencies
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
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.