Skip to content

Commit

Permalink
Update dependencies (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshtin committed Jun 28, 2020
1 parent e17c1e0 commit aceb087
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ require (
github.com/uber-go/tally v3.3.17+incompatible
github.com/uber/jaeger-client-go v2.23.1+incompatible
github.com/uber/jaeger-lib v2.2.0+incompatible // indirect
go.temporal.io/temporal-proto v0.25.1-0.20200626222731-b3949ecf5fb6
go.temporal.io/temporal-proto v0.26.0
go.uber.org/atomic v1.6.0
go.uber.org/goleak v1.0.0
go.uber.org/zap v1.15.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ github.com/uber/jaeger-client-go v2.23.1+incompatible/go.mod h1:WVhlPFC8FDjOFMMW
github.com/uber/jaeger-lib v2.2.0+incompatible h1:MxZXOiR2JuoANZ3J6DE/U0kSFv/eJ/GfSYVCjK7dyaw=
github.com/uber/jaeger-lib v2.2.0+incompatible/go.mod h1:ComeNDZlWwrWnDv8aPp0Ba6+uUTzImX/AauajbLI56U=
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
go.temporal.io/temporal-proto v0.25.1-0.20200626222731-b3949ecf5fb6 h1:cm890W0aYf2qQGHimklEA00EM2ZQ8HIfAILwFJtpLCY=
go.temporal.io/temporal-proto v0.25.1-0.20200626222731-b3949ecf5fb6/go.mod h1:E2Ro+CJXq+Wd26/2cMb7kIOG2fv8vXxouNj4jJC93dw=
go.temporal.io/temporal-proto v0.26.0 h1:Ov+K19g4/n23fgIXkd7wmnmXTGP/MpbNVxUOql0pDSc=
go.temporal.io/temporal-proto v0.26.0/go.mod h1:E2Ro+CJXq+Wd26/2cMb7kIOG2fv8vXxouNj4jJC93dw=
go.uber.org/atomic v1.6.0 h1:Ezj3JGmsOnG1MoRWQkPBsKLe9DwWD9QeXzTRzzldNVk=
go.uber.org/atomic v1.6.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ=
go.uber.org/goleak v1.0.0 h1:qsup4IcBdlmsnGfqyLl4Ntn3C2XCCuKAE7DwHpScyUo=
Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ package internal
// This represents API changes visible to Temporal SDK consumers, i.e. developers
// that are writing workflows. So every time we change API that can affect them we have to change this number.
// Format: MAJOR.MINOR.PATCH
const SDKVersion = "0.25.0"
const SDKVersion = "0.26.0"

// SDKFeatureVersion is a semver that represents the feature set version of this Temporal SDK support.
// This can be used for client capability check, on Temporal server, for backward compatibility.
Expand Down

0 comments on commit aceb087

Please sign in to comment.