mirror of
https://gitee.com/johng/gf
synced 2026-06-06 02:25:47 +08:00
This pull request updates the GoFrame framework and its related drivers and configuration modules from version v2.10.0 to v2.10.1 across multiple `go.mod` files and documentation. The main goal is to ensure all dependencies consistently use the latest patch version, improving compatibility and stability. Dependency version updates: * Updated `github.com/gogf/gf/v2` and related driver dependencies from v2.10.0 to v2.10.1 in the following `go.mod` files: - `cmd/gf/go.mod` - `contrib/config/apollo/go.mod` - `contrib/config/consul/go.mod` - `contrib/config/kubecm/go.mod` - `contrib/config/nacos/go.mod` - `contrib/config/polaris/go.mod` - `contrib/drivers/clickhouse/go.mod` - `contrib/drivers/dm/go.mod` - `contrib/drivers/gaussdb/go.mod` - `contrib/drivers/mariadb/go.mod` - `contrib/drivers/mssql/go.mod` - `contrib/drivers/mysql/go.mod` - `contrib/drivers/oceanbase/go.mod` - `contrib/drivers/oracle/go.mod` - `contrib/drivers/pgsql/go.mod` - `contrib/drivers/sqlite/go.mod` - `contrib/drivers/sqlitecgo/go.mod` - `contrib/drivers/tidb/go.mod` Documentation updates: * Updated the contributors badge in `README.MD` and `README.zh_CN.MD` to reflect version v2.10.1. [[1]](diffhunk://#diff-01e6d9ffed056a02cae8d8a0ec5d476a64d017bf85c0d5a94bb23ca21f33f5aaL49-R49) [[2]](diffhunk://#diff-c93759cb9a9500f20e551c741eb167fc72825fd638d36121357feb8253ce6ac1L49-R49)
55 lines
3.1 KiB
Markdown
55 lines
3.1 KiB
Markdown
English | [简体中文](README.zh_CN.MD)
|
|
|
|
<div align=center>
|
|
<img src="https://goframe.org/img/logo_full.png" width="300" alt="goframe logo"/>
|
|
|
|
[](https://pkg.go.dev/github.com/gogf/gf/v2)
|
|
[](https://github.com/gogf/gf/actions/workflows/ci-main.yml)
|
|
[](https://scorecard.dev/viewer/?uri=github.com/gogf/gf)
|
|
[](https://bestpractices.coreinfrastructure.org/projects/9233)
|
|
[](https://goreportcard.com/report/github.com/gogf/gf/v2)
|
|
[](https://codecov.io/gh/gogf/gf)
|
|
[](https://github.com/gogf/gf)
|
|
[](https://github.com/gogf/gf)
|
|
|
|
[](https://github.com/gogf/gf/releases)
|
|
[](https://github.com/gogf/gf/pulls)
|
|
[](https://github.com/gogf/gf/pulls?q=is%3Apr+is%3Aclosed)
|
|
[](https://github.com/gogf/gf/issues)
|
|
[](https://github.com/gogf/gf/issues?q=is%3Aissue+is%3Aclosed)
|
|

|
|

|
|
[](https://deepwiki.com/gogf/gf)
|
|
|
|
</div>
|
|
|
|
A powerful framework for faster, easier, and more efficient project development.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
go get -u github.com/gogf/gf/v2
|
|
```
|
|
|
|
## Documentation
|
|
|
|
- Official Site: [https://goframe.org](https://goframe.org)
|
|
- Official Site(en): [https://goframe.org/en](https://goframe.org/en)
|
|
- 国内镜像: [https://goframe.org.cn](https://goframe.org.cn)
|
|
- Mirror Site: [https://pages.goframe.org](https://pages.goframe.org)
|
|
- Mirror Site: [Offline Docs](https://github.com/gogf/goframe.org-pdf?tab=readme-ov-file#%E6%9C%80%E6%96%B0%E7%89%88%E6%9C%AC)
|
|
- GoDoc API: [https://pkg.go.dev/github.com/gogf/gf/v2](https://pkg.go.dev/github.com/gogf/gf/v2)
|
|
- Doc Source: [https://github.com/gogf/gf-site](https://github.com/gogf/gf-site)
|
|
|
|
## Contributors
|
|
|
|
💖 [Thanks to all the contributors who made GoFrame possible](https://github.com/gogf/gf/graphs/contributors) 💖
|
|
|
|
<a href="https://github.com/gogf/gf/graphs/contributors">
|
|
<img src="https://goframe.org/img/contributors.svg?version=v2.10.1" alt="goframe contributors"/>
|
|
</a>
|
|
|
|
## License
|
|
|
|
`GoFrame` is licensed under the [MIT License](LICENSE), 100% free and open-source, forever.
|