Skip to content

Commit

Permalink
Bump go-api version
Browse files Browse the repository at this point in the history
  • Loading branch information
tdeebswihart committed Nov 19, 2023
1 parent 99988e4 commit 39f695a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module go.temporal.io/sdk

go 1.20

replace go.temporal.io/api => github.com/tdeebswihart/temporal-api-go v0.0.0-20231030163055-872ab2d7375a
replace go.temporal.io/api => github.com/tdeebswihart/temporal-api-go v0.0.0-20231030173112-e3f2b0b8d7b6

require (
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/tdeebswihart/temporal-api-go v0.0.0-20231030163055-872ab2d7375a h1:0QeOkeByuuyuyKjsb1s8tw46TcHzPE/IenUxKsfHP0s=
github.com/tdeebswihart/temporal-api-go v0.0.0-20231030163055-872ab2d7375a/go.mod h1:ZMitJTNmbXZkOJENNfv6wSysT4UenqGL918N5N6SH4I=
github.com/tdeebswihart/temporal-api-go v0.0.0-20231030173112-e3f2b0b8d7b6 h1:3VU2ATcfOHdVbBuHRDRUG+8lxxfAVcQjF52PxKHyxEE=
github.com/tdeebswihart/temporal-api-go v0.0.0-20231030173112-e3f2b0b8d7b6/go.mod h1:ZMitJTNmbXZkOJENNfv6wSysT4UenqGL918N5N6SH4I=
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
Expand Down

0 comments on commit 39f695a

Please sign in to comment.