File tree Expand file tree Collapse file tree 25 files changed +27
-25
lines changed Expand file tree Collapse file tree 25 files changed +27
-25
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.23.0
44
55require (
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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/dobyte/due/cache/redis/v2
33go 1.23.0
44
55require (
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)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/dobyte/due/component/http/v2
33go 1.23.0
44
55require (
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)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/dobyte/due/config/consul/v2
33go 1.23.0
44
55require (
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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/dobyte/due/config/etcd/v2
33go 1.23.0
44
55require (
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)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/dobyte/due/config/nacos/v2
33go 1.23.0
44
55require (
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/dobyte/due/crypto/ecc/v2
33go 1.23.0
44
55require (
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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/dobyte/due/crypto/rsa/v2
22
33go 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
77require (
88 dario.cat/mergo v1.0.1 // indirect
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.23.0
44
55require (
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
1010require (
You can’t perform that action at this time.
0 commit comments