Canonical guidance

Use when

Avoid

Preferred pattern

go mod tidy
go mod vendor

Anti-pattern

Explanation: This anti-pattern is tempting because it is fast, but the patch disappears or diverges the next time vendoring is regenerated.

Why

Related pages

Sources