Skip to content

Commit

Permalink
update:module name all change
Browse files Browse the repository at this point in the history
  • Loading branch information
yimin committed Sep 15, 2023
1 parent f9a81ab commit 5e8ed20
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion eventbus/kafka/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/dobyte/due/eventbus/kafka
module github.com/symsimmy/due/eventbus/kafka

go 1.16

Expand Down
2 changes: 1 addition & 1 deletion eventbus/nats/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/dobyte/due/eventbus/nats
module github.com/symsimmy/due/eventbus/nats

go 1.16

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

go 1.16

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

go 1.16

Expand Down
2 changes: 1 addition & 1 deletion log/aliyun/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/dobyte/due/log/aliyun
module github.com/symsimmy/due/log/aliyun

go 1.16

Expand Down
2 changes: 1 addition & 1 deletion log/logrus/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/dobyte/due/log/logrus
module github.com/symsimmy/due/log/logrus

go 1.16

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

go 1.16

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

go 1.16

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

go 1.16

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

go 1.16

Expand Down
2 changes: 1 addition & 1 deletion registry/consul/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/dobyte/due/registry/consul
module github.com/symsimmy/due/registry/consul

go 1.16

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

go 1.16

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

go 1.16

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

go 1.16

Expand Down

0 comments on commit 5e8ed20

Please sign in to comment.