Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With go1.16 thete is a difference between `go mod tidy` and `go mod download`. The `go.sum` is not altered in the same way by both commands. `go mod tidy` must be always called after the `go mod download`. golang/go#43994
- Loading branch information