Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the go-zero version and the nacos version #7

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@

# Dependency directories (remove the comment below to include it)
# vendor/
.vscode
.idea
2 changes: 1 addition & 1 deletion driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"strconv"
"strings"

"github.com/nacos-group/nacos-sdk-go/common/constant"
"github.com/nacos-group/nacos-sdk-go/v2/common/constant"
"github.com/zeromicro/zero-contrib/zrpc/registry/nacos"

"github.com/zeromicro/zero-contrib/zrpc/registry/consul"
Expand Down
15 changes: 5 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
module github.com/dtm-labs/dtmdriver-gozero
module github.com/hfdxiaoyu/dtmdriver-gozero

go 1.15

require (
github.com/aliyun/alibaba-cloud-sdk-go v1.61.1620 // indirect
github.com/dtm-labs/dtmdriver v0.0.6
github.com/go-errors/errors v1.4.2 // indirect
github.com/hashicorp/go-hclog v1.2.0 // indirect
github.com/hashicorp/serf v0.9.7 // indirect
github.com/nacos-group/nacos-sdk-go v1.1.1
github.com/zeromicro/go-zero v1.3.5
github.com/zeromicro/zero-contrib/zrpc/registry/consul v0.0.0-20220228111653-d672d81f39ab
github.com/zeromicro/zero-contrib/zrpc/registry/nacos v0.0.0-20220525162615-f10f16d580d6
golang.org/x/sync v0.0.0-20220513210516-0976fa681c29 // indirect
github.com/nacos-group/nacos-sdk-go/v2 v2.2.7
github.com/zeromicro/go-zero v1.6.0
github.com/zeromicro/zero-contrib/zrpc/registry/consul v0.0.0-20231030135404-af9ae855016f
github.com/zeromicro/zero-contrib/zrpc/registry/nacos v0.0.0-20231030135404-af9ae855016f
gopkg.in/ini.v1 v1.66.6 // indirect
)
Loading