go mod download: Downloads modules without modifying go.mod or go.sum.
go mod tidy: Cleans and updates go.mod and go.sum by ensuring they reflect the actual dependencies required by the code.