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/fiber@v1.2.0
// If using redis
go get -u github.com/goravel/redis@v1.2.0
// If using s3
go get -u github.com/goravel/s3@v1.2.0
// If using oss
go get -u github.com/goravel/oss@v1.2.0
// If using cos
go get -u github.com/goravel/cos@v1.2.0
// If using minio
go get -u github.com/goravel/minio@v1.2.0
// If using cloudinay
go get -u github.com/goravel/cloudinary@v1.2.0
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/fiber@v1.2.0
// 如果使用 redis
go get -u github.com/goravel/redis@v1.2.0
// 如果使用 s3
go get -u github.com/goravel/s3@v1.2.0
// 如果使用 oss
go get -u github.com/goravel/oss@v1.2.0
// 如果使用 cos
go get -u github.com/goravel/cos@v1.2.0
// 如果使用 minio
go get -u github.com/goravel/minio@v1.2.0
// 如果使用 cloudinay
go get -u github.com/goravel/cloudinary@v1.2.0
go mod tidy
```

Expand Down

0 comments on commit 8a12690

Please sign in to comment.