...

Text file src/github.com/grpc-ecosystem/go-grpc-middleware/go.mod

Documentation: github.com/grpc-ecosystem/go-grpc-middleware

     1module github.com/grpc-ecosystem/go-grpc-middleware
     2
     3require (
     4	github.com/go-kit/log v0.1.0
     5	github.com/gogo/protobuf v1.3.2
     6	github.com/golang/protobuf v1.3.3
     7	github.com/opentracing/opentracing-go v1.1.0
     8	github.com/sirupsen/logrus v1.4.2
     9	github.com/stretchr/testify v1.7.0
    10	go.uber.org/zap v1.18.1
    11	golang.org/x/net v0.0.0-20201021035429-f5854403a974
    12	golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
    13	golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359 // indirect
    14	google.golang.org/genproto v0.0.0-20200423170343-7949de9c1215 // indirect
    15	google.golang.org/grpc v1.29.1
    16)
    17
    18go 1.14

View as plain text