cloudfoundry-attic / cfdev

A fast and easy local Cloud Foundry experience on native hypervisors, powered by LinuxKit with VPNKit
Apache License 2.0
227 stars 64 forks source link

Cannot run tests locally - cmd/start/mocks/hypervisor.go:8:2: no matching versions for query "latest" #115

Open drnic opened 5 years ago

drnic commented 5 years ago
$ cd workspace
$ https://github.com/cloudfoundry-incubator/cfdev/
$ cd cfdev/
$ go test ./...
...
go: finding code.cloudfoundry.org/cfdev/hypervisor latest
cmd/start/mocks/hypervisor.go:8:2: no matching versions for query "latest"

Is there something I need to do locally for Go Modules to figure out that code.cloudfoundry.org/cfdev/hypervisor is local to the code.cloudfoundry.org/cfdev module?

cf-gitbot commented 5 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/168361155

The labels on this github issue will be updated when the story is started.