-
Notifications
You must be signed in to change notification settings - Fork 144
/
go.mod
32 lines (29 loc) · 1.06 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/googleapis/api-linter
go 1.21
require (
bitbucket.org/creachadair/stringset v0.0.12
cloud.google.com/go/longrunning v0.6.3
github.com/bmatcuk/doublestar/v4 v4.7.1
github.com/gertd/go-pluralize v0.2.1
github.com/google/go-cmp v0.6.0
github.com/jhump/protoreflect v1.16.0
github.com/lithammer/dedent v1.1.0
github.com/olekukonko/tablewriter v0.0.5
github.com/spf13/pflag v1.0.5
github.com/stoewer/go-strcase v1.3.0
golang.org/x/text v0.21.0
google.golang.org/genproto v0.0.0-20241209162323-e6fa225c2576
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576
google.golang.org/protobuf v1.35.2
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/bufbuild/protocompile v0.14.1 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
golang.org/x/net v0.31.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.27.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241206012308-a4fef0638583 // indirect
google.golang.org/grpc v1.67.1 // indirect
)