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.
27 lines
919 B
27 lines
919 B
module github.com/go-kratos/kratos/contrib/opensergo/v2
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/go-kratos/kratos/v2 v2.6.3
|
|
github.com/opensergo/opensergo-go v0.0.0-20220331070310-e5b01fee4d1c
|
|
golang.org/x/net v0.10.0
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc
|
|
google.golang.org/grpc v1.56.1
|
|
google.golang.org/protobuf v1.31.0
|
|
)
|
|
|
|
require (
|
|
github.com/go-playground/form/v4 v4.2.0 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
golang.org/x/sync v0.2.0 // indirect
|
|
golang.org/x/sys v0.8.0 // indirect
|
|
golang.org/x/text v0.9.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
replace github.com/go-kratos/kratos/v2 => ../../
|
|
|