Bumps [github.com/google/certificate-transparency-go](https://github.com/google/certificate-transparency-go) from 1.0.22-0.20181127102053-c25855a82c75 to 1.1.4. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| README.md | ||
| clock.go | ||
README.md
Clock
This package provides an interface for time-based operations. It allows mocking time for testing.
This is a copy of k8s.io/utils/clock. We have to copy it to avoid a circular dependency (k8s.io/klog -> k8s.io/utils -> k8s.io/klog).