6 ms·
The correct answer is `go mod vendor && cat vendor/modules.txt`
by LukeShu 8mo ago
The correct answer is `go mod vendor && cat vendor/modules.txt`
- saghm 8mo agoJust to clarify, this will download the entirety of all of the dependencies in order to find out what versions are resolved? And then those versions aren't actually locked unless you keep the vendored dependencies around indefinitely? My understanding is that the point of a lockflle is that you don't need to do that.
- deleted 8mo ago[deleted]