File tree Expand file tree Collapse file tree 5 files changed +12
-308
lines changed Expand file tree Collapse file tree 5 files changed +12
-308
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ myServer := grpc.NewServer(
61
61
* [ ` tags ` ] ( interceptors/tags ) - a library that adds a ` Tag ` map to context, with data populated from request body
62
62
* [ ` zap ` ] ( providers/zap ) - integration of [ zap] ( https://github.com/uber-go/zap ) logging library into gRPC handlers.
63
63
* [ ` logrus ` ] ( providers/logrus ) - integration of [ logrus] ( https://github.com/sirupsen/logrus ) logging library into gRPC handlers.
64
- * [ ` kit ` ] ( providers/kit ) - integration of [ go-kit] ( https://github.com/go-kit/kit/tree/master /log ) logging library into gRPC handlers.
64
+ * [ ` kit ` ] ( providers/kit ) - integration of [ go-kit/log ] ( https://github.com/go-kit/log ) logging library into gRPC handlers.
65
65
* [ ` zerolog ` ] ( providers/zerolog ) - integration of [ zerolog] ( https://github.com/rs/zerolog ) logging Library into gRPC handlers.
66
66
67
67
#### Monitoring
Original file line number Diff line number Diff line change 4
4
"context"
5
5
"testing"
6
6
7
- "github.com/go-kit/kit/ log"
7
+ "github.com/go-kit/log"
8
8
"github.com/grpc-ecosystem/go-grpc-middleware/providers/kit/v2"
9
9
"google.golang.org/grpc"
10
10
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/grpc-ecosystem/go-grpc-middleware/providers/kit/v2
3
3
go 1.14
4
4
5
5
require (
6
- github.com/go-kit/kit v0.10 .0
6
+ github.com/go-kit/log v0.1 .0
7
7
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.0-rc.2.0.20201002093600-73cf2ae9d891
8
8
google.golang.org/grpc v1.30.0
9
9
)
You can’t perform that action at this time.
0 commit comments