Skip to content

Commit

Permalink
chore(deps): bump go.temporal.io/api from 1.23.0 to 1.24.0
Browse files Browse the repository at this point in the history
Bumps [go.temporal.io/api](https://github.com/temporalio/api-go) from 1.23.0 to 1.24.0.
- [Release notes](https://github.com/temporalio/api-go/releases)
- [Commits](temporalio/api-go@v1.23.0...v1.24.0)

---
updated-dependencies:
- dependency-name: go.temporal.io/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 22, 2023
1 parent 7612d56 commit 4a1f181
Show file tree
Hide file tree
Showing 2 changed files with 253 additions and 3 deletions.
8 changes: 7 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,20 @@ require (
github.com/roadrunner-server/sdk/v4 v4.4.0-beta.6
github.com/stretchr/testify v1.8.4
github.com/uber-go/tally/v4 v4.1.6
go.temporal.io/api v1.23.0
go.temporal.io/api v1.24.0
go.temporal.io/sdk v1.24.0
go.temporal.io/sdk/contrib/tally v0.2.0
go.temporal.io/server v1.21.4
go.uber.org/zap v1.25.0
google.golang.org/protobuf v1.31.0
)

require (
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
google.golang.org/genproto v0.0.0-20230815205213-6bfd019c3878 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230815205213-6bfd019c3878 // indirect
)

exclude github.com/uber-go/tally/v4 v4.1.7

require (
Expand Down
Loading

0 comments on commit 4a1f181

Please sign in to comment.