You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: update dependencies and Go version to latest releases
- Update Go version from `1.23` to `1.23.0`
- Update `github.com/bytedance/sonic` to `v1.13.2`
- Update `github.com/bytedance/sonic/loader` to `v0.2.4`
- Update `github.com/cloudwego/base64x` to `v0.1.5`
- Update `github.com/gabriel-vasile/mimetype` to `v1.4.8`
- Update `github.com/gin-contrib/sse` to `v1.0.0`
- Update `github.com/go-playground/validator/v10` to `v10.26.0`
- Update `github.com/goccy/go-json` to `v0.10.5`
- Update `github.com/klauspost/cpuid/v2` to `v2.2.10`
- Update `golang.org/x/arch` to `v0.16.0`
- Update `golang.org/x/crypto` to `v0.37.0`
- Update `golang.org/x/net` to `v0.38.0`
- Update `golang.org/x/sys` to `v0.32.0`
- Update `golang.org/x/text` to `v0.24.0`
- Update `google.golang.org/protobuf` to `v1.36.6`
- Add `github.com/stretchr/objx v0.5.2/go.mod`
- Update `github.com/stretchr/testify` to `v1.10.0`
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
ci(codecov): improve CI workflows and API integration
- Update Codecov action from v4 to v5 in GitHub workflow
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
refactor: use gin.IRouter instead of gin.Engine (#42)
- Change parameter type of `Register` function to `gin.IRouter`
- Fix typo in comment in `pprof.go`
- Omitted large changes in files diff summary
Merge pull request #31 from gin-contrib/dependabot/go_modules/github.…
…com/gin-gonic/gin-1.8.1
chore(deps): bump github.com/gin-gonic/gin from 1.8.0 to 1.8.1