Skip to content

Commit 7e98af6

Browse files
authored
Add priority options to workflow starting (#843)
1 parent 8592ef3 commit 7e98af6

6 files changed

Lines changed: 119 additions & 92 deletions

File tree

go.mod

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/temporalio/cli
22

33
go 1.24.5
44

5-
toolchain go1.24.6
6-
75
require (
86
github.com/BurntSushi/toml v1.4.0
97
github.com/alitto/pond v1.9.2
@@ -19,17 +17,17 @@ require (
1917
github.com/stretchr/testify v1.10.0
2018
github.com/temporalio/ui-server/v2 v2.39.0
2119
go.temporal.io/api v1.52.0
22-
go.temporal.io/sdk v1.35.0
20+
go.temporal.io/sdk v1.36.0
2321
go.temporal.io/sdk/contrib/envconfig v0.1.0
24-
go.temporal.io/server v1.29.0-139.2
22+
go.temporal.io/server v1.29.0-139.3
2523
google.golang.org/grpc v1.72.2
2624
google.golang.org/protobuf v1.36.6
2725
gopkg.in/yaml.v3 v3.0.1
2826
modernc.org/sqlite v1.34.1
2927
)
3028

3129
require (
32-
cel.dev/expr v0.22.1 // indirect
30+
cel.dev/expr v0.23.1 // indirect
3331
cloud.google.com/go v0.120.0 // indirect
3432
cloud.google.com/go/auth v0.15.0 // indirect
3533
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
@@ -78,7 +76,7 @@ require (
7876
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
7977
github.com/gorilla/mux v1.8.1 // indirect
8078
github.com/gorilla/securecookie v1.1.2 // indirect
81-
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
79+
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2 // indirect
8280
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
8381
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
8482
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect

0 commit comments

Comments
 (0)