You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
614 B
19 lines
614 B
module github.com/go-kratos/kratos/contrib/registry/servicecomb/v2
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/go-chassis/cari v0.6.0
|
|
github.com/go-chassis/sc-client v0.6.1-0.20210615014358-a45e9090c751
|
|
github.com/go-kratos/kratos/v2 v2.3.1
|
|
github.com/gofrs/uuid v4.2.0+incompatible
|
|
)
|
|
|
|
require (
|
|
github.com/cenkalti/backoff v2.0.0+incompatible // indirect
|
|
github.com/go-chassis/foundation v0.4.0 // indirect
|
|
github.com/go-chassis/openlog v1.1.3 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/gorilla/websocket v1.4.3-0.20210424162022-e8629af678b7 // indirect
|
|
golang.org/x/net v0.7.0 // indirect
|
|
)
|
|
|