File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module go.uber.org/cadence
3
3
go 1.13
4
4
5
5
require (
6
- github.com/apache/thrift v0.13.0
6
+ github.com/apache/thrift v0.0.0-20161221203622-b2a4d4ae21c7
7
7
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a
8
8
github.com/gogo/protobuf v1.3.2
9
9
github.com/golang/mock v1.4.4
@@ -21,13 +21,10 @@ require (
21
21
go.uber.org/goleak v1.0.0
22
22
go.uber.org/multierr v1.6.0
23
23
go.uber.org/thriftrw v1.25.0
24
- go.uber.org/yarpc v1.53.2
24
+ go.uber.org/yarpc v1.55.0
25
25
go.uber.org/zap v1.13.0
26
26
golang.org/x/lint v0.0.0-20200130185559-910be7a94367
27
27
golang.org/x/net v0.0.0-20201021035429-f5854403a974
28
28
golang.org/x/time v0.0.0-20170927054726-6dc17368e09b
29
29
honnef.co/go/tools v0.0.1-2019.2.3
30
30
)
31
-
32
- // yarpc brings up new thrift version, which is not compatible with current codebase
33
- replace github.com/apache/thrift => github.com/apache/thrift v0.0.0-20161221203622-b2a4d4ae21c7
Original file line number Diff line number Diff line change @@ -194,8 +194,8 @@ go.uber.org/thriftrw v1.25.0 h1:x0Omju0vwFn4JniYUqB0w1nycxjE42wNptB7DAtZG/Y=
194
194
go.uber.org/thriftrw v1.25.0 /go.mod h1:IcIfSeZgc59AlYb0xr0DlDKIdD7SgjnFpG9BXCPyy9g =
195
195
go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee h1:0mgffUl7nfd+FpvXMVz4IDEaUSmT1ysygQC7qYo7sG4 =
196
196
go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee /go.mod h1:vJERXedbb3MVM5f9Ejo0C68/HhF8uaILCdgjnY+goOA =
197
- go.uber.org/yarpc v1.53.2 h1:nj8ZKEmlebPMA9/IoCMUC9qvrB6zQ24sJBhBwORAMD8 =
198
- go.uber.org/yarpc v1.53.2 /go.mod h1:MN4UGtPgheIYyT6HAXKMjGI9H736L+7ZuHIyeRpurW8 =
197
+ go.uber.org/yarpc v1.55.0 h1:kd9jbG12t6GkSMRzPx8VcgdQxh8hhjSZX85FtSrzgZ0 =
198
+ go.uber.org/yarpc v1.55.0 /go.mod h1:V2JUPDWHYGNpvyuroYjf0KFjwvBCtcFJLuvZqv7TWA0 =
199
199
go.uber.org/zap v1.9.1 /go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q =
200
200
go.uber.org/zap v1.13.0 h1:nR6NoDBgAf67s68NhaXbsojM+2gxp3S1hWkHDl27pVU =
201
201
go.uber.org/zap v1.13.0 /go.mod h1:zwrFLgMcdUuIBviXEYEH1YKNaOBnKXsx2IPda5bBwHM =
You can’t perform that action at this time.
0 commit comments