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.
kratos/contrib/registry/servicecomb/go.mod

12 lines
313 B

module github.com/go-kratos/kratos/contrib/registry/servicecomb/v2
go 1.16
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
golang.org/x/net v0.7.0 // indirect
)