forked from uber/prototool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (24 loc) · 894 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/uber/prototool
go 1.14
require (
github.com/emicklei/proto v1.9.0
github.com/fullstorydev/grpcurl v1.4.0
github.com/gobuffalo/flect v0.2.1
github.com/gofrs/flock v0.7.1
github.com/golang/protobuf v1.3.4
github.com/jhump/protoreflect v1.6.0
github.com/mitchellh/go-wordwrap v1.0.0
github.com/spf13/cobra v0.0.6
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.5.1
go.uber.org/multierr v1.5.0
go.uber.org/zap v1.14.0
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect
golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20200311222014-c807066ff753 // indirect
google.golang.org/genproto v0.0.0-20200311144346-b662892dd51b // indirect
google.golang.org/grpc v1.28.0
gopkg.in/yaml.v2 v2.2.8
)