mirror of
https://github.com/go-kratos/kratos.git
synced 2025-01-07 23:02:12 +02:00
eb732c4de0
* internal/http: optimize support more type * internal/http: add bound case * examples: fix go.sum * examples: fix go mod
22 lines
751 B
Modula-2
22 lines
751 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.4.3
|
|
github.com/google/uuid v1.1.2
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/imdario/mergo v0.3.6
|
|
go.opentelemetry.io/otel v0.19.0
|
|
go.opentelemetry.io/otel/trace v0.19.0
|
|
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
|
|
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
|
|
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
google.golang.org/genproto v0.0.0-20210114201628-6edceaf6022f
|
|
google.golang.org/grpc v1.35.0
|
|
google.golang.org/protobuf v1.25.0
|
|
)
|