khenaidoo | d948f77 | 2021-08-11 17:49:24 -0400 | [diff] [blame] | 1 | module github.com/grpc-ecosystem/go-grpc-middleware |
| 2 | |
| 3 | require ( |
| 4 | github.com/go-kit/kit v0.9.0 |
| 5 | github.com/go-logfmt/logfmt v0.4.0 // indirect |
| 6 | github.com/go-stack/stack v1.8.0 // indirect |
| 7 | github.com/gogo/protobuf v1.3.2 |
| 8 | github.com/golang/protobuf v1.3.3 |
| 9 | github.com/opentracing/opentracing-go v1.1.0 |
| 10 | github.com/pkg/errors v0.8.1 // indirect |
| 11 | github.com/sirupsen/logrus v1.4.2 |
| 12 | github.com/stretchr/testify v1.4.0 |
| 13 | go.uber.org/atomic v1.4.0 // indirect |
| 14 | go.uber.org/multierr v1.1.0 // indirect |
| 15 | go.uber.org/zap v1.10.0 |
| 16 | golang.org/x/net v0.0.0-20201021035429-f5854403a974 |
| 17 | golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be |
| 18 | google.golang.org/genproto v0.0.0-20200423170343-7949de9c1215 // indirect |
| 19 | google.golang.org/grpc v1.29.1 |
| 20 | ) |
| 21 | |
| 22 | go 1.14 |