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
Warning: the following project(s) have [[constraint]] stanzas in Gopkg.toml:
✗ k8s.io/apiserver
However, these projects are not direct dependencies of the current project:
they are not imported in any .go files, nor are they in the 'required' list in
Gopkg.toml. Dep only applies [[constraint]] rules to direct dependencies, so
these rules will have no effect.
Either import/require packages from these projects so that they become direct
dependencies, or convert each [[constraint]] to an [[override]] to enforce rules
on these projects, if they happen to be transitive dependencies,
And as a result, lots of extra pkgs got added into vendor/ directory.
Is this expected?
The text was updated successfully, but these errors were encountered:
When I run
dep ensure
as Developer Guide suggested,I got:
And as a result, lots of extra pkgs got added into
vendor/
directory.Is this expected?
The text was updated successfully, but these errors were encountered: