diff --git a/retry.go b/retry.go index 36740d9..ec12bed 100644 --- a/retry.go +++ b/retry.go @@ -19,10 +19,10 @@ import ( "net/url" "time" + "git.apache.org/thrift.git/lib/go/thrift" "github.com/paypal/gorealis/gen-go/apache/aurora" "github.com/paypal/gorealis/response" "github.com/pkg/errors" - "github.com/rdelval/thrift/lib/go/thrift" ) type Backoff struct {