Thank you for your overview and the links.
Using -mod=readonly together with go install indeed does what I want.
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to
Hi,
A few quick comments.
There is a there is fair amount of flexibility to adjust the default
behavior for the go tooling in terms of when it updates `go.mod`, when it
is allowed to reach out to the network, when it uses the vendor directory,
etc.
In your case, you could consider something l