Skip to content

Commit

Permalink
Update Temporal API to v1.24.0 (#1220)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigozhou authored Aug 31, 2023
1 parent 9345e81 commit 0939af2
Show file tree
Hide file tree
Showing 12 changed files with 1,615 additions and 77 deletions.
2 changes: 1 addition & 1 deletion contrib/datadog/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module go.temporal.io/sdk/contrib/datadog
go 1.16

require (
github.com/stretchr/testify v1.8.3
github.com/stretchr/testify v1.8.4
go.temporal.io/sdk v1.12.0
gopkg.in/DataDog/dd-trace-go.v1 v1.42.0
)
Expand Down
277 changes: 266 additions & 11 deletions contrib/datadog/go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contrib/opentelemetry/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module go.temporal.io/sdk/contrib/opentelemetry
go 1.16

require (
github.com/stretchr/testify v1.8.3
github.com/stretchr/testify v1.8.4
go.opentelemetry.io/otel v1.2.0
go.opentelemetry.io/otel/sdk v1.2.0
go.opentelemetry.io/otel/trace v1.2.0
Expand Down
276 changes: 266 additions & 10 deletions contrib/opentelemetry/go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contrib/opentracing/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.16

require (
github.com/opentracing/opentracing-go v1.2.0
github.com/stretchr/testify v1.8.3
github.com/stretchr/testify v1.8.4
go.temporal.io/sdk v1.12.0
)

Expand Down
276 changes: 266 additions & 10 deletions contrib/opentracing/go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contrib/tally/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module go.temporal.io/sdk/contrib/tally
go 1.16

require (
github.com/stretchr/testify v1.8.3
github.com/stretchr/testify v1.8.4
github.com/uber-go/tally/v4 v4.1.1
go.temporal.io/sdk v1.12.0
)
Expand Down
276 changes: 266 additions & 10 deletions contrib/tally/go.sum

Large diffs are not rendered by default.

19 changes: 11 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,26 @@ require (
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/pborman/uuid v1.2.1
github.com/robfig/cron v1.2.0
github.com/stretchr/testify v1.8.3
go.temporal.io/api v1.21.0
github.com/stretchr/testify v1.8.4
go.temporal.io/api v1.24.0
go.uber.org/atomic v1.9.0
golang.org/x/sys v0.8.0
golang.org/x/sys v0.11.0
golang.org/x/time v0.3.0
google.golang.org/grpc v1.55.0
google.golang.org/protobuf v1.30.0
google.golang.org/grpc v1.57.0
google.golang.org/protobuf v1.31.0
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gogo/googleapis v1.4.1 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/text v0.9.0 // indirect
google.golang.org/genproto v0.0.0-20230525154841-bd750badd5c6 // indirect
golang.org/x/net v0.14.0 // indirect
golang.org/x/text v0.12.0 // indirect
google.golang.org/genproto v0.0.0-20230815205213-6bfd019c3878 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230815205213-6bfd019c3878 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230815205213-6bfd019c3878 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
276 changes: 266 additions & 10 deletions go.sum

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ require (
github.com/google/uuid v1.3.0
github.com/opentracing/opentracing-go v1.2.0
github.com/pborman/uuid v1.2.1
github.com/stretchr/testify v1.8.3
github.com/stretchr/testify v1.8.4
github.com/uber-go/tally/v4 v4.1.1
go.opentelemetry.io/otel/sdk v1.2.0
go.opentelemetry.io/otel/trace v1.2.0
go.temporal.io/api v1.21.0
go.temporal.io/api v1.24.0
go.temporal.io/sdk v1.12.0
go.temporal.io/sdk/contrib/opentelemetry v0.1.0
go.temporal.io/sdk/contrib/opentracing v0.0.0-00010101000000-000000000000
go.temporal.io/sdk/contrib/tally v0.1.0
go.uber.org/goleak v1.1.11
google.golang.org/grpc v1.55.0
google.golang.org/grpc v1.57.0
)

replace (
Expand Down
278 changes: 267 additions & 11 deletions test/go.sum

Large diffs are not rendered by default.

0 comments on commit 0939af2

Please sign in to comment.