Skip to content

Update Go dependencies and container base images

Jack Henschel requested to merge updates into master
go get -u github.com/openshift/library-go
go get -u github.com/openshift/api
go get -u k8s.io/client-go
go get -u k8s.io/apimachinery
go get -u github.com/sirupsen/logrus
go mod tidy
go mod vendor
git add -f vendor/ go.sum go.mod

Merge request reports