Updates multiple dependencies in the selected go.mod file.
The following options are available:
- Update all dependencies to the latest patch version.
- Update all dependencies to the latest version.
- Update direct dependencies to the latest patch version.
- Update direct dependencies to the latest version.
A direct dependency is a module that is explicitly imported in your project source files.
For more information about the dependency update command, see go-get at go.dev.