Fix wrong import.
This commit is contained in:
parent
dabd7418a9
commit
b66a1422ce
1 changed files with 1 additions and 1 deletions
2
retry.go
2
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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue