We had to pin the versions below as they have eveloved incompatibly
github.com/coreos/bbolt to v1.3.0
google.golang.org/grpc to v1.29.1
Those are transitive dependencies pulled by github.com/google/certificate-transparency-go which has not adopted newer versions yet
We also had to pin k8s.io/client-go to v0.19.2 as bumping
depdndencies with the commands above brings v11.0.0 which is a pretty
old tag
We also fixed the script to generate counterfeiter fakes as it seems
that the syntax of the generate command in newer versions changed.
Commands used to bump dependencies
We had to pin the versions below as they have eveloved incompatibly
github.com/google/certificate-transparency-go
which has not adopted newer versions yetWe also had to pin
k8s.io/client-go
tov0.19.2
as bumping depdndencies with the commands above brings v11.0.0 which is a pretty old tagWe also fixed the script to generate counterfeiter fakes as it seems that the syntax of the
generate
command in newer versions changed.[#175054068]
Co-authored-by: Georgi Dankov gddankov@gmail.com Co-authored-by: Danail Branekov danailster@gmail.com