Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump go.temporal.io/api from 1.19.1-0.20230322213042-07fb271d475b to 1.21.0 #369

Merged
merged 1 commit into from
May 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/roadrunner-server/sdk/v4 v4.2.6
github.com/stretchr/testify v1.8.3
github.com/uber-go/tally/v4 v4.1.6
go.temporal.io/api v1.19.1-0.20230322213042-07fb271d475b
go.temporal.io/api v1.21.0
go.temporal.io/sdk v1.22.2
go.temporal.io/sdk/contrib/tally v0.2.0
go.temporal.io/server v1.20.3
Expand Down Expand Up @@ -57,7 +57,7 @@ require (
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/time v0.3.0 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/genproto v0.0.0-20230525154841-bd750badd5c6 // indirect
google.golang.org/grpc v1.55.0
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading