forked from bufbuild/buf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
32 lines (30 loc) · 1.2 KB
/
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
27
28
29
30
31
32
module github.com/bufbuild/buf
go 1.15
require (
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
github.com/gofrs/flock v0.8.0
github.com/gofrs/uuid v4.0.0+incompatible
github.com/golang/protobuf v1.4.3
github.com/google/go-cmp v0.5.4
github.com/jhump/protoreflect v1.8.2
github.com/klauspost/compress v1.11.7
github.com/klauspost/pgzip v1.2.5
github.com/pkg/errors v0.9.1 // indirect
github.com/pkg/profile v1.5.0
github.com/spf13/cobra v1.0.1-0.20201006035406-b97b5ead31f7
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
github.com/twitchtv/twirp v7.1.0+incompatible
go.opencensus.io v0.22.6
go.uber.org/multierr v1.6.0
go.uber.org/zap v1.16.0
golang.org/x/net v0.0.0-20210222171744-9060382bd457 // indirect
golang.org/x/sys v0.0.0-20210223095934-7937bea0104d // indirect
golang.org/x/text v0.3.5 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/genproto v0.0.0-20210223151946-22b48be4551b // indirect
google.golang.org/grpc v1.35.0-dev.0.20201218190559-666aea1fb34c
google.golang.org/protobuf v1.25.1-0.20201208041424-160c7477e0e8
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)