# go mod > Tool for module maintenance. > More information: . - Download modules to local cache: `go mod download` - Add missing and remove unused modules: `go mod tidy` - Copy all dependencies into vendor directory: `go mod vendor`