minio / mc

Unix like utilities for object store
https://min.io/download
GNU Affero General Public License v3.0
2.86k stars 548 forks source link

Simplify go.mod #4977

Closed klauspost closed 4 months ago

klauspost commented 4 months ago

Combine into direct and indirect sections. See https://github.com/golang/go/issues/67948 for why this is a mess.

Enables running go mod tidy without blowing up things.

Types of changes