You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
I am trying to require a repository that does not exist yet. To make that work I specify an existing repository in the source of a corresponding constraint. It looks like this does not help to make dep ensure work:
in the following example k8s.io/kube-gen is not existing yet. But github.com/deads2k/fake-kube-gen does. Yet, it does not work:
$ deb ensure -v
The following errors occurred while deducing packages:
* "k8s.io/kube-gen": unable to deduce repository and source type for "k8s.io/kube-gen": unable to read metadata: go-import metadata not found
validateParams: could not deduce external imports' project roots
If I switch the requirement to an existing repo, the source constraints works fine.
I am trying to require a repository that does not exist yet. To make that work I specify an existing repository in the
source
of a corresponding constraint. It looks like this does not help to makedep ensure
work:in the following example
k8s.io/kube-gen
is not existing yet. Butgit.f4.workers.dev/deads2k/fake-kube-gen
does. Yet, it does not work:If I switch the requirement to an existing repo, the source constraints works fine.
Gopkg.toml:
The text was updated successfully, but these errors were encountered: