Update godeps

This commit is contained in:
Manuel de Brito Fontes 2016-11-10 19:57:28 -03:00
parent 1c8773fc98
commit 1bc383f9c5
1723 changed files with 287976 additions and 411028 deletions

View file

@ -19,7 +19,7 @@ package flowcontrol
import (
"sync"
"github.com/juju/ratelimit"
"k8s.io/kubernetes/pkg/util/ratelimit"
)
type RateLimiter interface {