1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-31 01:53:50 +02:00
goreleaser/internal/static
Ben Kochie 7625a70812
fix: Use go mod download (#1345)
Recommend using `go mod download` rather than `go mod tidy` for fetching
dependencies. The `tidy` function is used to update things and chagnes
the dependency graph. Using the `download` function avoids any changes.

Signed-off-by: Ben Kochie <superq@gmail.com>
2020-02-17 09:13:28 -03:00
..
config.go fix: Use go mod download (#1345) 2020-02-17 09:13:28 -03:00
doc.go fix: CLI improvements (#936) 2019-01-22 01:12:17 -02:00
usage.go fix: CLI improvements (#936) 2019-01-22 01:12:17 -02:00