-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mod: drop replace for github.com/minio/minio
This change drops replace directive for github.com/minio/minio and changes the MinIO version we are using from storj.io/minio@27c1b4b to github.com/minio/minio@c606c76 (the closest version we don't need the replace directive for). The replace directive has been dropped to fix, e.g. `go install gateway@main` calls (they exist in, e.g. storj/storj's CI). After adjusting storj.io/minio's module path and import paths throughout the code, we will base this repository on storj.io/minio (without the replace directive). Change-Id: I0540d8070744f959d002e32bfabfa83f8523bd93
- Loading branch information
Showing
4 changed files
with
10 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters