Hi Guys,
I was able to track down dependency issues with
kubevirt.io/* packages as a consumer (from go source code)
Was prototyping the hooks api.
The gist of the issue is this
when you do
`dep ensure` via go dep
i.e.:
and
So the fetcher/dependency solver will look at the main /root dependency and
see that
kubevirt.io* will be at version 0.9.0 but the subrepo of containerized-data-importer is at version v1.2.0 at the latest.
Other build issues that *do not* happen w/ go-get is this:
How to reproduce:
1) Take the examples hooks and put it on a separate folder
and call `dep ensure`
Here are a few `dep ensure ` traces
Not sure if anyone has seen this.
I'm happy to push a prototype repo. but the default example reproduces it.