Hacker News new | ask | show | jobs
by vaughnegut 850 days ago
That's why you have a go.mod file that specifies the dependencies for you. Just run go mod tidy and it generates/updates it for you. You get these reproducible builds for free this way.