Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hwbrzzl committed Jun 8, 2024
1 parent cecec94 commit 8a12690
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions upgrade/v1.14.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
15 changes: 15 additions & 0 deletions zh/upgrade/v1.14.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 8a12690

Please sign in to comment.