-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 682 Bytes
/
Copy pathgo.mod
File metadata and controls
22 lines (19 loc) · 682 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/temporalio/temporal-custom-server
go 1.26.2
require (
github.com/aws/aws-sdk-go-v2 v1.41.6
github.com/aws/aws-sdk-go-v2/config v1.32.16
github.com/aws/aws-sdk-go-v2/credentials v1.19.15
github.com/aws/aws-sdk-go-v2/service/s3 v1.99.1
github.com/temporalio/temporal-etcd-dynconfig v0.0.0-00010101000000-000000000000
github.com/urfave/cli/v2 v2.27.7
go.elastic.co/ecszap v1.0.3
go.temporal.io/api v1.62.8
go.temporal.io/server v0.0.0-00010101000000-000000000000
go.uber.org/zap v1.27.1
google.golang.org/grpc v1.80.0
)
replace (
github.com/temporalio/temporal-etcd-dynconfig => /deps/temporal-etcd-dynconfig
go.temporal.io/server => /deps/temporal
)