mirror of
https://github.com/go-kratos/kratos.git
synced 2025-01-10 00:29:01 +02:00
b8d5d709e9
* middleware/logging add traceid to the printed log,modify the example code and update the dependent version * Fix the problem that the configuration could not use arrays
18 lines
486 B
Modula-2
18 lines
486 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/sync v0.0.0-20190423024810-112230192c58
|
|
google.golang.org/genproto v0.0.0-20210114201628-6edceaf6022f
|
|
google.golang.org/grpc v1.35.0
|
|
google.golang.org/protobuf v1.25.0
|
|
)
|