-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (20 loc) · 783 Bytes
/
go.mod
File metadata and controls
24 lines (20 loc) · 783 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
module go.temporal.io/api/cmd/proxygenerator
go 1.25.4
replace go.temporal.io/api => ../..
require (
go.temporal.io/api v1.14.0
golang.org/x/tools v0.30.0
google.golang.org/protobuf v1.36.5
)
require (
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 // indirect
github.com/nexus-rpc/nexus-proto-annotations v0.0.0-20260330194009-e558d6edaf84 // indirect
golang.org/x/mod v0.23.0 // indirect
golang.org/x/net v0.35.0 // indirect
golang.org/x/sync v0.11.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.22.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20250207221924-e9438ea467c6 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6 // indirect
google.golang.org/grpc v1.70.0 // indirect
)