1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-22 03:38:41 +02:00
kratos/go.mod
longxboy 9a3a02fc68
add http client rpc stub (#943)
* add http client
2021-05-24 23:01:26 +08:00

21 lines
642 B
Modula-2

module github.com/go-kratos/kratos/v2
go 1.15
require (
github.com/fsnotify/fsnotify v1.4.9
github.com/golang/protobuf v1.5.2
github.com/google/uuid v1.2.0
github.com/gorilla/mux v1.8.0
github.com/imdario/mergo v0.3.12
go.opentelemetry.io/otel v0.20.0
go.opentelemetry.io/otel/trace v0.20.0
golang.org/x/net v0.0.0-20210521195947-fe42d452be8f // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210521203332-0cec03c779c1 // indirect
google.golang.org/genproto v0.0.0-20210521181308-5ccab8a35a9a
google.golang.org/grpc v1.38.0
google.golang.org/protobuf v1.26.0
gopkg.in/yaml.v2 v2.4.0
)