cloudfoundry-incubator / eirinix

Extensions Library for Cloud Foundry Eirini
Apache License 2.0
2 stars 5 forks source link

Bump golang dependencies #56

Closed danail-branekov closed 4 years ago

danail-branekov commented 4 years ago

Commands used to bump dependencies

go get -t -u ./...
go mod tidy

We had to pin the versions below as they have eveloved incompatibly

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.

[#175054068]

Co-authored-by: Georgi Dankov gddankov@gmail.com Co-authored-by: Danail Branekov danailster@gmail.com