Upgrade v1.0.4

This commit is contained in:
Bowens
2022-10-16 18:17:39 +08:00
parent a2d2ae0bf7
commit 95aa043263
4 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@@ -1,4 +1,3 @@
.idea
.DS_Store
.env
go.sum

View File

@@ -32,6 +32,7 @@ Golang developers quickly build their own applications.
- [ ] Optimize experience of microservice
- [ ] Orm relationships
- [ ] Request validator
- [ ] Jwt
## Documentation

View File

@@ -30,6 +30,7 @@ Goravel 是一个功能完备、具有良好扩展能力的 Web 应用程序框
- [ ] 优化微服务使用体验
- [ ] Orm 关联关系
- [ ] Request 校验
- [ ] Jwt
## 文档

2
go.mod
View File

@@ -2,7 +2,7 @@ module goravel
go 1.18
require github.com/goravel/framework v1.0.2
require github.com/goravel/framework v1.0.4
require (
cloud.google.com/go v0.100.2 // indirect