▲ | numbsafari 4 days ago | |
... no mention of golang and minimal version selection? https://go.dev/ref/mod#minimal-version-selection https://research.swtch.com/vgo-mvs Instead of a "lock" file, go includes a "sum" file, which basically tells you the checksums of the versions of the modules that were used during a build happened to be, so that you can download them from a central place later and ensure you are working from the same thing (so that any surreptitious changes are identified). |