cleanup: import from k8s.io/utils/clock instead

Signed-off-by: haoyun <yun.hao@daocloud.io>
This commit is contained in:
haoyun
2021-09-30 23:27:20 +08:00
parent 0f27a423ef
commit 6484fab1e0
7 changed files with 179 additions and 4 deletions

2
go.mod
View File

@@ -73,7 +73,7 @@ require (
k8s.io/component-base v0.22.0
k8s.io/cri-api v0.22.0
k8s.io/klog/v2 v2.9.0
k8s.io/utils v0.0.0-20210707171843-4b05e18ac7d9
k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b
)
// When updating replace rules, make sure to also update the rules in integration/client/go.mod and api/go.mod