-
Notifications
You must be signed in to change notification settings - Fork 298
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (23 loc) · 864 Bytes
/
go.mod
File metadata and controls
27 lines (23 loc) · 864 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
module go.temporal.io/sdk/contrib/aws/s3driver
go 1.24.0
require (
github.com/stretchr/testify v1.10.0
go.temporal.io/api v1.62.11
go.temporal.io/sdk v1.25.1
golang.org/x/sync v0.19.0
google.golang.org/protobuf v1.36.11
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.49.0 // indirect
golang.org/x/sys v0.40.0 // indirect
golang.org/x/text v0.33.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20260120221211-b8f7ae30c516 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260120221211-b8f7ae30c516 // indirect
google.golang.org/grpc v1.79.3 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
replace go.temporal.io/sdk => ../../../