Skip to content

Commit

Permalink
Merge pull request #60 from jborlum/master
Browse files Browse the repository at this point in the history
Updated redirected dependency
  • Loading branch information
rubyist authored Oct 21, 2019
2 parents 2074adb + 7193985 commit 4afb847
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion circuitbreaker.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import (
"sync/atomic"
"time"

"github.com/cenk/backoff"
"github.com/cenkalti/backoff"
"github.com/facebookgo/clock"
)

Expand Down
2 changes: 1 addition & 1 deletion circuitbreaker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"testing"
"time"

"github.com/cenk/backoff"
"github.com/cenkalti/backoff"
"github.com/facebookgo/clock"
)

Expand Down

0 comments on commit 4afb847

Please # to comment.