-
Notifications
You must be signed in to change notification settings - Fork 148
/
Copy pathgo.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.22
require (
bitbucket.org/creachadair/stringset v0.0.12
cloud.google.com/go/longrunning v0.6.4
github.com/bmatcuk/doublestar/v4 v4.8.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-20250124145028-65684f501c47
google.golang.org/genproto/googleapis/api v0.0.0-20250124145028-65684f501c47
google.golang.org/protobuf v1.36.4
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.34.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.29.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
google.golang.org/grpc v1.69.4 // indirect
)