Move jobs backoff back into traefik

https://github.com/cenk/backoff/pull/27#issuecomment-245842725
This commit is contained in:
Emile Vauge 2016-09-19 19:08:39 +02:00
parent 1b6af2045e
commit 364958cbaf
No known key found for this signature in database
GPG key ID: D808B4C167352E59
11 changed files with 213 additions and 124 deletions

View file

@ -2,7 +2,7 @@ package utils
import (
"errors"
"github.com/emilevauge/backoff"
"github.com/cenk/backoff"
"net/http"
"strconv"
"time"