Skip to content

Commit

Permalink
fix nacos_test
Browse files Browse the repository at this point in the history
  • Loading branch information
smx-Morgan committed Oct 22, 2024
1 parent e701114 commit 9a75880
Show file tree
Hide file tree
Showing 3 changed files with 363 additions and 26 deletions.
7 changes: 1 addition & 6 deletions registry/nacos/nacoskitex/v2/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,14 @@ go 1.21

require (
github.com/apache/thrift v0.20.0
github.com/cloudwego-contrib/cwgo-pkg/registry/nacos/options v0.0.0-00010101000000-000000000000
github.com/cloudwego/kitex v0.11.0
github.com/nacos-group/nacos-sdk-go/v2 v2.2.7
github.com/stretchr/testify v1.9.0
)

require (
github.com/alibabacloud-go/debug v1.0.0 // indirect
github.com/alibabacloud-go/tea v1.1.17 // indirect
github.com/alibabacloud-go/tea-utils v1.4.4 // indirect
github.com/aliyun/alibaba-cloud-sdk-go v1.63.27 // indirect
github.com/aliyun/alibabacloud-dkms-gcs-go-sdk v0.2.2 // indirect
github.com/aliyun/alibabacloud-dkms-transfer-go-sdk v0.1.7 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/buger/jsonparser v1.1.1 // indirect
github.com/bytedance/gopkg v0.1.1 // indirect
Expand Down Expand Up @@ -64,7 +60,6 @@ require (
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.26.0 // indirect
golang.org/x/arch v0.2.0 // indirect
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.19.0 // indirect
Expand Down
Loading

0 comments on commit 9a75880

Please sign in to comment.