move utils used in restclient to client-go

This commit is contained in:
deads2k 2017-01-18 16:28:49 -05:00
parent 855c38d53e
commit 64ca3b645e
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ import (
"testing"
"time"
"k8s.io/kubernetes/pkg/util/clock"
"k8s.io/client-go/pkg/util/clock"
"github.com/golang/groupcache/lru"
)