Skip to content

Commit

Permalink
release version v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dobyte committed Oct 25, 2024
1 parent e039f33 commit 6f85551
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion cache/memcache/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22

require (
github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874
github.com/dobyte/due/v2 v2.1.0
github.com/dobyte/due/v2 v2.2.0
golang.org/x/sync v0.8.0
)

Expand Down
2 changes: 1 addition & 1 deletion cache/redis/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/dobyte/due/cache/redis/v2
go 1.22

require (
github.com/dobyte/due/v2 v2.1.0
github.com/dobyte/due/v2 v2.2.0
github.com/go-redis/redis/v8 v8.11.5
golang.org/x/sync v0.8.0
)
Expand Down
2 changes: 1 addition & 1 deletion component/http/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/dobyte/due/component/http/v2
go 1.22

require (
github.com/dobyte/due/v2 v2.1.0
github.com/dobyte/due/v2 v2.2.0
github.com/go-openapi/runtime v0.28.0
github.com/gofiber/fiber/v3 v3.0.0-beta.3
)
Expand Down
2 changes: 1 addition & 1 deletion config/consul/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.0
toolchain go1.22.1

require (
github.com/dobyte/due/v2 v2.1.0
github.com/dobyte/due/v2 v2.2.0
github.com/hashicorp/consul/api v1.29.5
)

Expand Down
2 changes: 1 addition & 1 deletion config/etcd/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/dobyte/due/config/etcd/v2
go 1.22

require (
github.com/dobyte/due/v2 v2.1.0
github.com/dobyte/due/v2 v2.2.0
go.etcd.io/etcd/api/v3 v3.5.16
go.etcd.io/etcd/client/v3 v3.5.16
)
Expand Down
2 changes: 1 addition & 1 deletion config/nacos/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/dobyte/due/config/nacos/v2
go 1.22

require (
github.com/dobyte/due/v2 v2.1.0
github.com/dobyte/due/v2 v2.2.0
github.com/nacos-group/nacos-sdk-go/v2 v2.2.7
)

Expand Down
2 changes: 1 addition & 1 deletion crypto/ecc/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/dobyte/due/crypto/ecc/v2
go 1.22

require (
github.com/dobyte/due/v2 v2.1.0
github.com/dobyte/due/v2 v2.2.0
github.com/ethereum/go-ethereum v1.12.0
)

Expand Down
2 changes: 1 addition & 1 deletion crypto/rsa/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/dobyte/due/crypto/rsa/v2

go 1.22

require github.com/dobyte/due/v2 v2.1.0
require github.com/dobyte/due/v2 v2.2.0

require (
dario.cat/mergo v1.0.1 // indirect
Expand Down
2 changes: 1 addition & 1 deletion eventbus/kafka/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22

require (
github.com/IBM/sarama v1.43.3
github.com/dobyte/due/v2 v2.1.0
github.com/dobyte/due/v2 v2.2.0
)

require (
Expand Down
2 changes: 1 addition & 1 deletion eventbus/nats/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/dobyte/due/eventbus/nats/v2
go 1.22

require (
github.com/dobyte/due/v2 v2.1.0
github.com/dobyte/due/v2 v2.2.0
github.com/nats-io/nats.go v1.37.0
)

Expand Down
2 changes: 1 addition & 1 deletion eventbus/redis/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/dobyte/due/eventbus/redis/v2
go 1.22

require (
github.com/dobyte/due/v2 v2.1.0
github.com/dobyte/due/v2 v2.2.0
github.com/go-redis/redis/v8 v8.11.5
)

Expand Down
2 changes: 1 addition & 1 deletion locate/redis/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/dobyte/due/locate/redis/v2
go 1.22

require (
github.com/dobyte/due/v2 v2.1.0
github.com/dobyte/due/v2 v2.2.0
github.com/go-redis/redis/v8 v8.11.5
golang.org/x/sync v0.8.0
)
Expand Down
2 changes: 1 addition & 1 deletion log/aliyun/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22

require (
github.com/aliyun/aliyun-log-go-sdk v0.1.83
github.com/dobyte/due/v2 v2.1.0
github.com/dobyte/due/v2 v2.2.0
)

require (
Expand Down
2 changes: 1 addition & 1 deletion log/logrus/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/dobyte/due/log/logrus/v2
go 1.22

require (
github.com/dobyte/due/v2 v2.1.0
github.com/dobyte/due/v2 v2.2.0
github.com/sirupsen/logrus v1.9.3
)

Expand Down
2 changes: 1 addition & 1 deletion log/tencent/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/dobyte/due/log/tencent/v2
go 1.22

require (
github.com/dobyte/due/v2 v2.1.0
github.com/dobyte/due/v2 v2.2.0
github.com/tencentcloud/tencentcloud-cls-sdk-go v1.0.11
)

Expand Down
2 changes: 1 addition & 1 deletion log/zap/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/dobyte/due/log/zap/v2
go 1.22

require (
github.com/dobyte/due/v2 v2.1.0
github.com/dobyte/due/v2 v2.2.0
go.uber.org/zap v1.27.0
)

Expand Down
2 changes: 1 addition & 1 deletion network/kcp/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/dobyte/due/network/kcp/v2
go 1.22

require (
github.com/dobyte/due/v2 v2.1.0
github.com/dobyte/due/v2 v2.2.0
github.com/xtaci/kcp-go/v5 v5.6.18
)

Expand Down
2 changes: 1 addition & 1 deletion network/tcp/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/dobyte/due/network/tcp/v2

go 1.22

require github.com/dobyte/due/v2 v2.1.0
require github.com/dobyte/due/v2 v2.2.0

require (
dario.cat/mergo v1.0.1 // indirect
Expand Down
2 changes: 1 addition & 1 deletion network/ws/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/dobyte/due/network/ws/v2
go 1.22

require (
github.com/dobyte/due/v2 v2.1.0
github.com/dobyte/due/v2 v2.2.0
github.com/gorilla/websocket v1.5.3
)

Expand Down
2 changes: 1 addition & 1 deletion registry/consul/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.0
toolchain go1.22.1

require (
github.com/dobyte/due/v2 v2.1.0
github.com/dobyte/due/v2 v2.2.0
github.com/hashicorp/consul/api v1.29.5
)

Expand Down
2 changes: 1 addition & 1 deletion registry/etcd/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/dobyte/due/registry/etcd/v2
go 1.22

require (
github.com/dobyte/due/v2 v2.1.0
github.com/dobyte/due/v2 v2.2.0
go.etcd.io/etcd/api/v3 v3.5.16
go.etcd.io/etcd/client/v3 v3.5.16
)
Expand Down
2 changes: 1 addition & 1 deletion registry/nacos/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/dobyte/due/registry/nacos/v2
go 1.22

require (
github.com/dobyte/due/v2 v2.1.0
github.com/dobyte/due/v2 v2.2.0
github.com/nacos-group/nacos-sdk-go/v2 v2.2.7
)

Expand Down
2 changes: 1 addition & 1 deletion transport/grpc/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/dobyte/due/transport/grpc/v2
go 1.22

require (
github.com/dobyte/due/v2 v2.1.0
github.com/dobyte/due/v2 v2.2.0
google.golang.org/grpc v1.67.1
)

Expand Down
2 changes: 1 addition & 1 deletion transport/rpcx/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/dobyte/due/transport/rpcx/v2
go 1.22

require (
github.com/dobyte/due/v2 v2.1.0
github.com/dobyte/due/v2 v2.2.0
github.com/smallnest/rpcx v1.8.32
)

Expand Down

0 comments on commit 6f85551

Please sign in to comment.