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.
23 lines
773 B
23 lines
773 B
3 years ago
|
module github.com/go-kratos/kratos/contrib/opensergo/v2
|
||
|
|
||
|
go 1.17
|
||
|
|
||
|
require (
|
||
|
github.com/go-kratos/kratos/v2 v2.2.1
|
||
|
github.com/opensergo/opensergo-go v0.0.0-20220331070310-e5b01fee4d1c
|
||
|
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
|
||
|
google.golang.org/grpc v1.44.0
|
||
|
google.golang.org/protobuf v1.27.1
|
||
|
)
|
||
|
|
||
|
require (
|
||
|
github.com/go-playground/form/v4 v4.2.0 // indirect
|
||
|
github.com/golang/protobuf v1.5.2 // indirect
|
||
|
github.com/google/uuid v1.3.0 // indirect
|
||
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
||
|
golang.org/x/sys v0.0.0-20210816074244-15123e1e1f71 // indirect
|
||
|
golang.org/x/text v0.3.5 // indirect
|
||
|
google.golang.org/genproto v0.0.0-20220126215142-9970aeb2e350 // indirect
|
||
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
||
|
)
|