-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
49 lines (46 loc) · 1.96 KB
/
Copy pathgo.mod
File metadata and controls
49 lines (46 loc) · 1.96 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
module github.com/bufbuild/modules
go 1.27
require (
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.12-20260825204119-511051f7f437.2
buf.build/go/app v0.2.1-0.20260824172350-b0e76892c61a
buf.build/go/protovalidate v1.4.0
buf.build/go/standard v0.1.1-0.20260325175353-2b287e071df5
github.com/bufbuild/buf v1.73.0
github.com/google/go-cmp v0.7.0
github.com/google/go-github/v64 v64.0.0
github.com/hashicorp/go-retryablehttp v0.7.8
github.com/spf13/pflag v1.0.10
github.com/stretchr/testify v1.12.1
go.uber.org/multierr v1.11.0
golang.org/x/mod v0.41.0
golang.org/x/oauth2 v0.37.0
google.golang.org/protobuf v1.36.12
)
require (
buf.build/go/bufprivateusage v0.1.0 // indirect
buf.build/go/interrupt v1.1.0 // indirect
buf.build/go/protoyaml v0.7.0 // indirect
cel.dev/cel-go v0.32.0 // indirect
cel.dev/expr v0.25.3 // indirect
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
github.com/bufbuild/protocompile v0.14.2-0.20260910151042-7436f7c76201 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.15 // indirect
github.com/mattn/go-isatty v0.0.24 // indirect
github.com/petermattis/goid v0.0.0-20260820044319-269ab09b5261 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/spf13/cobra v1.10.2 // indirect
go.yaml.in/yaml/v3 v3.0.5 // indirect
golang.org/x/exp v0.0.0-20260824195058-e88cd73687aa // indirect
golang.org/x/sync v0.23.0 // indirect
golang.org/x/sys v0.47.0 // indirect
golang.org/x/term v0.45.0 // indirect
golang.org/x/text v0.41.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20260904194346-d0f1323225a4 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260904194346-d0f1323225a4 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)