Switch to cloudflare/backoff library (#174)

This commit is contained in:
Daniel, Dao Quang Minh
2016-10-03 18:44:55 +01:00
committed by Kyle Isom
parent 988ad42f8e
commit ad1d045520
4 changed files with 230 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ import (
"net/http"
"time"
backoff "github.com/cloudflare/cfssl/transport/core"
"github.com/cloudflare/backoff"
"github.com/cloudflare/redoctober/core"
)