top | item 46538016

(no title)

LukeShu | 1 month ago

The correct answer is `go mod vendor && cat vendor/modules.txt`

discuss

order

saghm|1 month ago

Just 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.