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.
12 lines
329 B
12 lines
329 B
2 years ago
|
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.0.0-20210405180319-a5a99cb37ef4
|
||
|
)
|