Skip to content

Commit

Permalink
Go worker fixes via @steveandroulakis.
Browse files Browse the repository at this point in the history
  • Loading branch information
robholland committed Oct 23, 2024
1 parent 7f5b020 commit 273bead
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 99 deletions.
3 changes: 1 addition & 2 deletions game/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/temporalio/replay2024-demo
go 1.22.2

require (
github.com/temporalio/samples-go v1.3.0
go.temporal.io/api v1.38.0
go.temporal.io/sdk v1.29.1
)

Expand All @@ -21,7 +21,6 @@ require (
github.com/robfig/cron v1.2.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/stretchr/testify v1.9.0 // indirect
go.temporal.io/api v1.38.0 // indirect
golang.org/x/exp v0.0.0-20231127185646-65229373498e // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/sync v0.8.0 // indirect
Expand Down
Loading

0 comments on commit 273bead

Please sign in to comment.