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 was archived by the owner on Sep 9, 2020. It is now read-only.
% dep ensure -v
found 170 errors in the package tree:
import root "github.com/heptio/zzz" is not a prefix for the package's declared canonical path "golang.org/x/crypto/ssh/testdata"
import root "github.com/heptio/zzz" is not a prefix for the package's declared canonical path "golang.org/x/oauth2/paypal"
import root "github.com/heptio/zzz" is not a prefix for the package's declared canonical path "golang.org/x/crypto/openpgp/elgamal"
and on and on and on for pages
This was caused by the vendor.orig/ folder left around by the first dep ensure which was canceled.
Dep should abort if it finds this folder, or at least ignore it.