Proposal Details
https://go.dev/doc/modules/gomod-ref#require
require
Declares a module as a dependency of the current module, specifying the minimum version of the module required.
It would be very helpful if we could specify that a module uses an EXACT tag or commit hash instead of implicitly specifying the minimum version up to the next major version.
Exclude directives are too limiting.
Proposal Details
https://go.dev/doc/modules/gomod-ref#require
It would be very helpful if we could specify that a module uses an EXACT tag or commit hash instead of implicitly specifying the minimum version up to the next major version.
Exclude directives are too limiting.