Ported all code from Thrift 0.9.3 to Thrift 0.12.0 while backporting some fixes from gorealis v2
This commit is contained in:
parent
b90dd67418
commit
1e7e73cd38
7 changed files with 121 additions and 163 deletions
2
retry.go
2
retry.go
|
@ -20,7 +20,7 @@ import (
|
|||
"net/url"
|
||||
"time"
|
||||
|
||||
"git.apache.org/thrift.git/lib/go/thrift"
|
||||
"github.com/apache/thrift/lib/go/thrift"
|
||||
"github.com/paypal/gorealis/gen-go/apache/aurora"
|
||||
"github.com/paypal/gorealis/response"
|
||||
"github.com/pkg/errors"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue