letsencrypt / ct-woodpecker

A tool to monitor a certificate transparency log for operational problems
Mozilla Public License 2.0
182 stars 19 forks source link

Fix `cttestsrv` breakage from NewSequencer api change #72

Closed cpu closed 5 years ago

cpu commented 5 years ago
test/cttestsrv/log.go:117:31: cannot use timeSource (type util.SystemTimeSource) as type clock.TimeSource in argument to "github.com/google/trillian/log".NewSequencer:
    util.SystemTimeSource does not implement clock.TimeSource (missing NewTimer method)

Similar to #69 we're fallen behind with the latest git master of trillian and so ctttestsrv will not build with a fresh go get -u of dependencies.