Fix wrong import.

This commit is contained in:
Renan DelValle 2018-10-29 15:25:08 -07:00
parent dabd7418a9
commit b66a1422ce
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

View file

@ -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 {