-
Notifications
You must be signed in to change notification settings - Fork 155
Expand file tree
/
Copy pathgo.mod
More file actions
36 lines (33 loc) · 1.26 KB
/
go.mod
File metadata and controls
36 lines (33 loc) · 1.26 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
module github.com/stackb/rules_proto/v4
go 1.23.1
require (
github.com/bazelbuild/bazel-gazelle v0.47.0
github.com/bazelbuild/buildtools v0.0.0-20250930140053-2eb4fccefb52
github.com/bazelbuild/rules_go v0.59.0
github.com/bmatcuk/doublestar v1.3.4
github.com/emicklei/proto v1.14.2
github.com/gogo/protobuf v1.3.2
github.com/google/go-cmp v0.7.0
github.com/pmezard/go-difflib v1.0.0
github.com/stretchr/testify v1.11.1
go.starlark.net v0.0.0-20250906160240-bf296ed553ea
google.golang.org/grpc v1.75.1
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1
google.golang.org/protobuf v1.36.9
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/bmatcuk/doublestar/v4 v4.9.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/mock v1.7.0-rc.1 // indirect
github.com/golang/protobuf v1.5.4 // indirect
golang.org/x/mod v0.27.0 // indirect
golang.org/x/net v0.42.0 // indirect
golang.org/x/sync v0.16.0 // indirect
golang.org/x/sys v0.34.0 // indirect
golang.org/x/text v0.27.0 // indirect
golang.org/x/tools v0.35.0 // indirect
golang.org/x/tools/go/vcs v0.1.0-deprecated // indirect
google.golang.org/genproto v0.0.0-20250115164207-1a7da9e5054f // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
)