forked from bufbuild/buf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
32 lines (30 loc) · 1.15 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.16
require (
github.com/benbjohnson/clock v1.3.0 // indirect
github.com/gofrs/flock v0.8.1
github.com/gofrs/uuid v4.2.0+incompatible
github.com/google/go-cmp v0.5.7
github.com/jdxcode/netrc v0.0.0-20210204082910-926c7f70242a
github.com/jhump/protoreflect v1.11.1-0.20220213155251-0c2aedc66cf4
github.com/klauspost/compress v1.15.0
github.com/klauspost/pgzip v1.2.5
github.com/oklog/ulid/v2 v2.0.2
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
github.com/pkg/profile v1.6.0
github.com/spf13/cobra v1.3.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
go.opencensus.io v0.23.0
go.uber.org/atomic v1.9.0
go.uber.org/multierr v1.8.0
go.uber.org/zap v1.21.0
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
golang.org/x/tools v0.1.9
google.golang.org/genproto v0.0.0-20220228195345-15d65a4533f7 // indirect
google.golang.org/grpc v1.45.0-dev.0.20220209221444-a354b1eec350
google.golang.org/protobuf v1.27.1
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)