Zack Williams | e940c7a | 2019-08-21 14:25:39 -0700 | [diff] [blame] | 1 | module github.com/fullstorydev/grpcurl |
2 | |||||
3 | require ( | ||||
4 | github.com/golang/protobuf v1.3.1 | ||||
5 | github.com/jhump/protoreflect v1.4.1 | ||||
6 | golang.org/x/net v0.0.0-20190311183353-d8887717615a | ||||
7 | google.golang.org/grpc v1.21.0 | ||||
8 | ) |