Skip to content

Commit

Permalink
Updated yarpc to v1.56.0 (cadence-workflow#4423)
Browse files Browse the repository at this point in the history
  • Loading branch information
vytautas-karpavicius authored Aug 30, 2021
1 parent e974a2a commit 482f478
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ require (
go.uber.org/fx v1.10.0
go.uber.org/multierr v1.6.0
go.uber.org/thriftrw v1.25.0
go.uber.org/yarpc v1.53.2
go.uber.org/yarpc v1.56.0
go.uber.org/zap v1.13.0
golang.org/x/net v0.0.0-20201031054903-ff519b6c9102
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
Expand All @@ -88,6 +88,3 @@ require (

// ringpop-go and tchannel-go depends on older version of thrift, yarpc brings up newer version
replace github.com/apache/thrift => github.com/apache/thrift v0.0.0-20161221203622-b2a4d4ae21c7

// until new version is released we need to pick up https://github.com/yarpc/yarpc-go/pull/2047
replace go.uber.org/yarpc => go.uber.org/yarpc v1.52.1-0.20210303193224-b2caa40d56b6
5 changes: 3 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -435,8 +435,9 @@ go.uber.org/thriftrw v1.25.0 h1:x0Omju0vwFn4JniYUqB0w1nycxjE42wNptB7DAtZG/Y=
go.uber.org/thriftrw v1.25.0/go.mod h1:IcIfSeZgc59AlYb0xr0DlDKIdD7SgjnFpG9BXCPyy9g=
go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee h1:0mgffUl7nfd+FpvXMVz4IDEaUSmT1ysygQC7qYo7sG4=
go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee/go.mod h1:vJERXedbb3MVM5f9Ejo0C68/HhF8uaILCdgjnY+goOA=
go.uber.org/yarpc v1.52.1-0.20210303193224-b2caa40d56b6 h1:0EnuVqIYiABCkwFujMBIrXZFdmuAfn2BVafX7XjxOW8=
go.uber.org/yarpc v1.52.1-0.20210303193224-b2caa40d56b6/go.mod h1:MN4UGtPgheIYyT6HAXKMjGI9H736L+7ZuHIyeRpurW8=
go.uber.org/yarpc v1.53.2/go.mod h1:MN4UGtPgheIYyT6HAXKMjGI9H736L+7ZuHIyeRpurW8=
go.uber.org/yarpc v1.56.0 h1:CxPZ3iSpVoXkcS6lTW5T5FnQHo2oAUUvDT4C+qF+pso=
go.uber.org/yarpc v1.56.0/go.mod h1:V2JUPDWHYGNpvyuroYjf0KFjwvBCtcFJLuvZqv7TWA0=
go.uber.org/zap v1.9.1/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q=
go.uber.org/zap v1.13.0 h1:nR6NoDBgAf67s68NhaXbsojM+2gxp3S1hWkHDl27pVU=
go.uber.org/zap v1.13.0/go.mod h1:zwrFLgMcdUuIBviXEYEH1YKNaOBnKXsx2IPda5bBwHM=
Expand Down

0 comments on commit 482f478

Please sign in to comment.