forked from bazel-contrib/rules_go
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (24 loc) · 823 Bytes
/
go.mod
File metadata and controls
28 lines (24 loc) · 823 Bytes
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
module github.com/bazelbuild/rules_go
toolchain go1.25.0
go 1.24.0
require (
github.com/gogo/protobuf v1.3.2
github.com/golang/mock v1.7.0-rc.1
github.com/golang/protobuf v1.5.4
github.com/pmezard/go-difflib v1.0.0
golang.org/x/crypto v0.39.0
golang.org/x/net v0.41.0
golang.org/x/tools v0.34.0
google.golang.org/genproto v0.0.0-20250115164207-1a7da9e5054f
google.golang.org/genproto/googleapis/bytestream v0.0.0-20251124214823-79d6a2a48846
google.golang.org/genproto/googleapis/rpc v0.0.0-20250313205543-e70fdf4c4cb4
google.golang.org/grpc v1.71.0
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1
google.golang.org/protobuf v1.36.10
)
require (
golang.org/x/mod v0.25.0 // indirect
golang.org/x/sync v0.15.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/text v0.26.0 // indirect
)