-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
30 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,6 +49,21 @@ go get -u github.com/goravel/[email protected] | |
// If using redis | ||
go get -u github.com/goravel/[email protected] | ||
// If using s3 | ||
go get -u github.com/goravel/[email protected] | ||
// If using oss | ||
go get -u github.com/goravel/[email protected] | ||
// If using cos | ||
go get -u github.com/goravel/[email protected] | ||
// If using minio | ||
go get -u github.com/goravel/[email protected] | ||
// If using cloudinay | ||
go get -u github.com/goravel/[email protected] | ||
go mod tidy | ||
``` | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,6 +49,21 @@ go get -u github.com/goravel/[email protected] | |
// 如果使用 redis | ||
go get -u github.com/goravel/[email protected] | ||
// 如果使用 s3 | ||
go get -u github.com/goravel/[email protected] | ||
// 如果使用 oss | ||
go get -u github.com/goravel/[email protected] | ||
// 如果使用 cos | ||
go get -u github.com/goravel/[email protected] | ||
// 如果使用 minio | ||
go get -u github.com/goravel/[email protected] | ||
// 如果使用 cloudinay | ||
go get -u github.com/goravel/[email protected] | ||
go mod tidy | ||
``` | ||
|
||
|