Upgrade v1.9.1

This commit is contained in:
Bowens
2023-02-28 18:30:08 +08:00
2 changed files with 4 additions and 4 deletions

View File

@@ -77,9 +77,9 @@ Online documentation [https://www.goravel.dev](https://www.goravel.dev)
This project exists thanks to all the people who contribute.
<a href="https://github.com/hwbrzzl" target="_blank"><img src="https://avatars.githubusercontent.com/u/24771476?v=4" width="48" height="48" style="border-radius: 50%"></a>
<a href="https://github.com/merouanekhalili" target="_blank"><img src="https://avatars.githubusercontent.com/u/1122628?v=4" width="48" height="48" style="border-radius: 50%"></a>
<a href="https://github.com/hongyukeji" target="_blank"><img src="https://avatars.githubusercontent.com/u/23145983?v=4" width="48" height="48" style="border-radius: 50%"></a>
<a href="https://github.com/hwbrzzl" target="_blank"><img src="https://avatars.githubusercontent.com/u/24771476?v=4" width="48" height="48"></a>
<a href="https://github.com/merouanekhalili" target="_blank"><img src="https://avatars.githubusercontent.com/u/1122628?v=4" width="48" height="48"></a>
<a href="https://github.com/hongyukeji" target="_blank"><img src="https://avatars.githubusercontent.com/u/23145983?v=4" width="48" height="48"></a>
<a href="https://github.com/DevHaoZi" target="_blank"><img src="https://avatars.githubusercontent.com/u/115467771?v=4" width="48" height="48"></a>
## Group

2
go.mod
View File

@@ -3,7 +3,7 @@ module goravel
go 1.18
require (
github.com/goravel/framework v1.9.0
github.com/goravel/framework v1.9.1
google.golang.org/grpc v1.50.1
)