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
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"