Skip to content

Commit ad99ff3

Browse files
committed
Upgrade version to v2.3.3
1 parent abbf96c commit ad99ff3

File tree

24 files changed

+24
-24
lines changed

24 files changed

+24
-24
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.2
7+
github.com/dobyte/due/v2 v2.3.3
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.2
6+
github.com/dobyte/due/v2 v2.3.3
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.2
6+
github.com/dobyte/due/v2 v2.3.3
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.2
6+
github.com/dobyte/due/v2 v2.3.3
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.2
6+
github.com/dobyte/due/v2 v2.3.3
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.2
6+
github.com/dobyte/due/v2 v2.3.3
77
github.com/nacos-group/nacos-sdk-go/v2 v2.2.7
88
)
99

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.2
6+
github.com/dobyte/due/v2 v2.3.3
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.2
5+
require github.com/dobyte/due/v2 v2.3.3
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.2
7+
github.com/dobyte/due/v2 v2.3.3
88
)
99

1010
require (

eventbus/nats/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/eventbus/nats/v2
33
go 1.23.0
44

55
require (
6-
github.com/dobyte/due/v2 v2.3.2
6+
github.com/dobyte/due/v2 v2.3.3
77
github.com/nats-io/nats.go v1.37.0
88
)
99

0 commit comments

Comments
 (0)