feat: refactor.

This commit is contained in:
tx7do
2024-05-06 12:05:57 +08:00
parent e043284a58
commit cf902efeca
64 changed files with 3056 additions and 505 deletions

24
registry/zookeeper/go.mod Normal file
View File

@@ -0,0 +1,24 @@
module github.com/tx7do/kratos-bootstrap/registry/zookeeper
go 1.22.0
toolchain go1.22.1
replace github.com/tx7do/kratos-bootstrap/api => ../../api
require (
github.com/go-kratos/kratos/contrib/registry/zookeeper/v2 v2.0.0-20240504101732-d0d5761f9ca8
github.com/go-kratos/kratos/v2 v2.7.3
github.com/go-zookeeper/zk v1.0.3
github.com/stretchr/testify v1.9.0
github.com/tx7do/kratos-bootstrap/api v0.0.2
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sync v0.7.0 // indirect
google.golang.org/protobuf v1.34.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)