Skip to content

Commit 214c51f

Browse files
authored
Release v3.10.0 (#1721)
* chore: update stable version to v3.10.0 in versions.yaml * Prepare stable for version v3.10.0
1 parent bbda5ce commit 214c51f

File tree

40 files changed

+64
-64
lines changed

40 files changed

+64
-64
lines changed

cache/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55
replace github.com/go-fries/fries/locker/v3 => ../locker
66

77
require (
8-
github.com/go-fries/fries/locker/v3 v3.9.2
8+
github.com/go-fries/fries/locker/v3 v3.10.0
99
github.com/stretchr/testify v1.11.1
1010
)
1111

cache/redis/go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ replace (
1111
)
1212

1313
require (
14-
github.com/go-fries/fries/cache/v3 v3.9.2
15-
github.com/go-fries/fries/codec/json/v3 v3.9.2
16-
github.com/go-fries/fries/codec/v3 v3.9.2
17-
github.com/go-fries/fries/locker/redis/v3 v3.9.2
18-
github.com/go-fries/fries/locker/v3 v3.9.2
14+
github.com/go-fries/fries/cache/v3 v3.10.0
15+
github.com/go-fries/fries/codec/json/v3 v3.10.0
16+
github.com/go-fries/fries/codec/v3 v3.10.0
17+
github.com/go-fries/fries/locker/redis/v3 v3.10.0
18+
github.com/go-fries/fries/locker/v3 v3.10.0
1919
github.com/redis/go-redis/v9 v9.14.1
2020
github.com/stretchr/testify v1.11.1
2121
)

codec/json/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55
replace github.com/go-fries/fries/codec/v3 => ../
66

77
require (
8-
github.com/go-fries/fries/codec/v3 v3.9.2
8+
github.com/go-fries/fries/codec/v3 v3.10.0
99
github.com/stretchr/testify v1.11.1
1010
)
1111

codec/msgpack/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55
replace github.com/go-fries/fries/codec/v3 => ../
66

77
require (
8-
github.com/go-fries/fries/codec/v3 v3.9.2
8+
github.com/go-fries/fries/codec/v3 v3.10.0
99
github.com/stretchr/testify v1.11.1
1010
github.com/vmihailenco/msgpack/v5 v5.4.1
1111
)

codec/proto/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55
replace github.com/go-fries/fries/codec/v3 => ../
66

77
require (
8-
github.com/go-fries/fries/codec/v3 v3.9.2
8+
github.com/go-fries/fries/codec/v3 v3.10.0
99
github.com/stretchr/testify v1.11.1
1010
google.golang.org/protobuf v1.36.10
1111
)

codec/sonic/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replace github.com/go-fries/fries/codec/v3 => ../
66

77
require (
88
github.com/bytedance/sonic v1.14.1
9-
github.com/go-fries/fries/codec/v3 v3.9.2
9+
github.com/go-fries/fries/codec/v3 v3.10.0
1010
github.com/stretchr/testify v1.11.1
1111
)
1212

codec/xml/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55
replace github.com/go-fries/fries/codec/v3 => ../
66

77
require (
8-
github.com/go-fries/fries/codec/v3 v3.9.2
8+
github.com/go-fries/fries/codec/v3 v3.10.0
99
github.com/stretchr/testify v1.11.1
1010
)
1111

codec/yaml/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55
replace github.com/go-fries/fries/codec/v3 => ../
66

77
require (
8-
github.com/go-fries/fries/codec/v3 v3.9.2
8+
github.com/go-fries/fries/codec/v3 v3.10.0
99
github.com/stretchr/testify v1.11.1
1010
gopkg.in/yaml.v3 v3.0.1
1111
)

coroutines/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ replace (
99
)
1010

1111
require (
12-
github.com/go-fries/fries/support/v3 v3.9.2
12+
github.com/go-fries/fries/support/v3 v3.10.0
1313
github.com/stretchr/testify v1.11.1
1414
)
1515

1616
require (
1717
github.com/davecgh/go-spew v1.1.1 // indirect
18-
github.com/go-fries/fries/errors/v3 v3.9.2 // indirect
18+
github.com/go-fries/fries/errors/v3 v3.10.0 // indirect
1919
github.com/go-kratos/kratos/v2 v2.9.1 // indirect
2020
github.com/pmezard/go-difflib v1.0.0 // indirect
2121
golang.org/x/sys v0.37.0 // indirect

crontab/example/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replace github.com/go-fries/fries/crontab/v3 => ../
66

77
require (
88
github.com/flc1125/go-cron/v4 v4.7.0
9-
github.com/go-fries/fries/crontab/v3 v3.9.2
9+
github.com/go-fries/fries/crontab/v3 v3.10.0
1010
github.com/go-kratos/kratos/v2 v2.9.1
1111
)
1212

0 commit comments

Comments
 (0)