Skip to content

Commit 2476ae4

Browse files
committed
Upgrade version to v2.3.4
1 parent 84e0572 commit 2476ae4

File tree

25 files changed

+27
-25
lines changed

25 files changed

+27
-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.23.0
44

55
require (
66
github.com/bradfitz/gomemcache v0.0.0-20250403215159-8d39553ac7cf
7-
github.com/dobyte/due/v2 v2.3.3
7+
github.com/dobyte/due/v2 v2.3.4
88
golang.org/x/sync v0.13.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.23.0
44

55
require (
6-
github.com/dobyte/due/v2 v2.3.3
6+
github.com/dobyte/due/v2 v2.3.4
77
github.com/go-redis/redis/v8 v8.11.5
88
golang.org/x/sync v0.13.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.23.0
44

55
require (
6-
github.com/dobyte/due/v2 v2.3.3
6+
github.com/dobyte/due/v2 v2.3.4
77
github.com/go-openapi/runtime v0.28.0
88
github.com/gofiber/fiber/v3 v3.0.0-beta.4
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.23.0
44

55
require (
6-
github.com/dobyte/due/v2 v2.3.3
6+
github.com/dobyte/due/v2 v2.3.4
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.23.0
44

55
require (
6-
github.com/dobyte/due/v2 v2.3.3
6+
github.com/dobyte/due/v2 v2.3.4
77
go.etcd.io/etcd/api/v3 v3.5.21
88
go.etcd.io/etcd/client/v3 v3.5.21
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.23.0
44

55
require (
6-
github.com/dobyte/due/v2 v2.3.3
6+
github.com/dobyte/due/v2 v2.3.4
77
github.com/nacos-group/nacos-sdk-go/v2 v2.2.7
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.3.3"
30+
version = "v2.3.4"
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.23.0
44

55
require (
6-
github.com/dobyte/due/v2 v2.3.3
6+
github.com/dobyte/due/v2 v2.3.4
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.23.0
44

5-
require github.com/dobyte/due/v2 v2.3.3
5+
require github.com/dobyte/due/v2 v2.3.4
66

77
require (
88
dario.cat/mergo v1.0.1 // 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.23.0
44

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

1010
require (

0 commit comments

Comments
 (0)