Skip to content

Commit 4f7736e

Browse files
committed
Merge branch 'v2-feature-main'
2 parents 00b788d + 78554f8 commit 4f7736e

File tree

25 files changed

+25
-25
lines changed

25 files changed

+25
-25
lines changed

cache/memcache/go.mod

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

55
require (
66
github.com/bradfitz/gomemcache v0.0.0-20250403215159-8d39553ac7cf
7-
github.com/dobyte/due/v2 v2.5.0
7+
github.com/dobyte/due/v2 v2.5.1
88
golang.org/x/sync v0.19.0
99
)
1010

cache/redis/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/dobyte/due/cache/redis/v2
33
go 1.24.0
44

55
require (
6-
github.com/dobyte/due/v2 v2.5.0
6+
github.com/dobyte/due/v2 v2.5.1
77
github.com/redis/go-redis/v9 v9.17.2
88
golang.org/x/sync v0.19.0
99
)

component/http/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/dobyte/due/component/http/v2
33
go 1.25.0
44

55
require (
6-
github.com/dobyte/due/v2 v2.5.0
6+
github.com/dobyte/due/v2 v2.5.1
77
github.com/go-openapi/runtime v0.28.0
88
github.com/gofiber/fiber/v3 v3.0.0-rc.3
99
)

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/dobyte/due/config/consul/v2
33
go 1.24.0
44

55
require (
6-
github.com/dobyte/due/v2 v2.5.0
6+
github.com/dobyte/due/v2 v2.5.1
77
github.com/hashicorp/consul/api v1.32.0
88
)
99

config/etcd/go.mod

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

55
require (
6-
github.com/dobyte/due/v2 v2.5.0
6+
github.com/dobyte/due/v2 v2.5.1
77
go.etcd.io/etcd/api/v3 v3.6.7
88
go.etcd.io/etcd/client/v3 v3.6.7
99
)

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/dobyte/due/config/nacos/v2
33
go 1.24.0
44

55
require (
6-
github.com/dobyte/due/v2 v2.5.0
6+
github.com/dobyte/due/v2 v2.5.1
77
github.com/nacos-group/nacos-sdk-go/v2 v2.3.5
88
)
99

core/info/info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const (
2727
leftBottomBorder = "└"
2828
rightBottomBorder = "┘"
2929
website = "https://github.com/dobyte/due"
30-
version = "v2.5.0"
30+
version = "v2.5.1"
3131
global = "Global"
3232
)
3333

crypto/ecc/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/dobyte/due/crypto/ecc/v2
33
go 1.24.0
44

55
require (
6-
github.com/dobyte/due/v2 v2.5.0
6+
github.com/dobyte/due/v2 v2.5.1
77
github.com/ethereum/go-ethereum v1.12.0
88
)
99

crypto/rsa/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/dobyte/due/crypto/rsa/v2
22

33
go 1.24.0
44

5-
require github.com/dobyte/due/v2 v2.5.0
5+
require github.com/dobyte/due/v2 v2.5.1
66

77
require (
88
dario.cat/mergo v1.0.2 // indirect

eventbus/kafka/go.mod

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

55
require (
66
github.com/IBM/sarama v1.43.3
7-
github.com/dobyte/due/v2 v2.5.0
7+
github.com/dobyte/due/v2 v2.5.1
88
)
99

1010
require (

0 commit comments

Comments
 (0)