Skip to content

Commit bb9133a

Browse files
authored
fix: v2.9.6 (#4537)
1 parent 48845c3 commit bb9133a

File tree

28 files changed

+35
-35
lines changed

28 files changed

+35
-35
lines changed

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ A powerful framework for faster, easier, and more efficient project development.
3838
💖 [Thanks to all the contributors who made GoFrame possible](https://github.com/gogf/gf/graphs/contributors) 💖
3939

4040
<a href="https://github.com/gogf/gf/graphs/contributors">
41-
<img src="https://goframe.org/img/contributors.svg?version=v2.9.5" alt="goframe contributors"/>
41+
<img src="https://goframe.org/img/contributors.svg?version=v2.9.6" alt="goframe contributors"/>
4242
</a>
4343

4444
## License

cmd/gf/go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ module github.com/gogf/gf/cmd/gf/v2
33
go 1.23.0
44

55
require (
6-
github.com/gogf/gf/contrib/drivers/clickhouse/v2 v2.9.5
7-
github.com/gogf/gf/contrib/drivers/mssql/v2 v2.9.5
8-
github.com/gogf/gf/contrib/drivers/mysql/v2 v2.9.5
9-
github.com/gogf/gf/contrib/drivers/oracle/v2 v2.9.5
10-
github.com/gogf/gf/contrib/drivers/pgsql/v2 v2.9.5
11-
github.com/gogf/gf/contrib/drivers/sqlite/v2 v2.9.5
12-
github.com/gogf/gf/v2 v2.9.5
6+
github.com/gogf/gf/contrib/drivers/clickhouse/v2 v2.9.6
7+
github.com/gogf/gf/contrib/drivers/mssql/v2 v2.9.6
8+
github.com/gogf/gf/contrib/drivers/mysql/v2 v2.9.6
9+
github.com/gogf/gf/contrib/drivers/oracle/v2 v2.9.6
10+
github.com/gogf/gf/contrib/drivers/pgsql/v2 v2.9.6
11+
github.com/gogf/gf/contrib/drivers/sqlite/v2 v2.9.6
12+
github.com/gogf/gf/v2 v2.9.6
1313
github.com/gogf/selfupdate v0.0.0-20231215043001-5c48c528462f
1414
github.com/olekukonko/tablewriter v1.1.0
1515
github.com/schollz/progressbar/v3 v3.15.0

contrib/config/apollo/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.23.0
44

55
require (
66
github.com/apolloconfig/agollo/v4 v4.3.1
7-
github.com/gogf/gf/v2 v2.9.5
7+
github.com/gogf/gf/v2 v2.9.6
88
)
99

1010
require (

contrib/config/consul/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/gogf/gf/contrib/config/consul/v2
33
go 1.23.0
44

55
require (
6-
github.com/gogf/gf/v2 v2.9.5
6+
github.com/gogf/gf/v2 v2.9.6
77
github.com/hashicorp/consul/api v1.24.0
88
github.com/hashicorp/go-cleanhttp v0.5.2
99
)

contrib/config/kubecm/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/gogf/gf/contrib/config/kubecm/v2
33
go 1.24.0
44

55
require (
6-
github.com/gogf/gf/v2 v2.9.5
6+
github.com/gogf/gf/v2 v2.9.6
77
k8s.io/api v0.33.4
88
k8s.io/apimachinery v0.33.4
99
k8s.io/client-go v0.33.4

contrib/config/nacos/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/gogf/gf/contrib/config/nacos/v2
33
go 1.23.0
44

55
require (
6-
github.com/gogf/gf/v2 v2.9.5
6+
github.com/gogf/gf/v2 v2.9.6
77
github.com/nacos-group/nacos-sdk-go/v2 v2.3.3
88
)
99

contrib/config/polaris/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/gogf/gf/contrib/config/polaris/v2
33
go 1.23.0
44

55
require (
6-
github.com/gogf/gf/v2 v2.9.5
6+
github.com/gogf/gf/v2 v2.9.6
77
github.com/polarismesh/polaris-go v1.6.1
88
)
99

contrib/drivers/clickhouse/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.23.0
44

55
require (
66
github.com/ClickHouse/clickhouse-go/v2 v2.0.15
7-
github.com/gogf/gf/v2 v2.9.5
7+
github.com/gogf/gf/v2 v2.9.6
88
github.com/google/uuid v1.6.0
99
github.com/shopspring/decimal v1.3.1
1010
)

contrib/drivers/dm/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replace github.com/gogf/gf/v2 => ../../../
66

77
require (
88
gitee.com/chunanyong/dm v1.8.12
9-
github.com/gogf/gf/v2 v2.9.5
9+
github.com/gogf/gf/v2 v2.9.6
1010
)
1111

1212
require (

contrib/drivers/mssql/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/gogf/gf/contrib/drivers/mssql/v2
33
go 1.23.0
44

55
require (
6-
github.com/gogf/gf/v2 v2.9.5
6+
github.com/gogf/gf/v2 v2.9.6
77
github.com/microsoft/go-mssqldb v1.7.1
88
)
99

0 commit comments

Comments
 (0)