-
Notifications
You must be signed in to change notification settings - Fork 1k
dep: WARNING: Unknown field in manifest: prune #1442
Comments
Sorry about the confusion! I merged the doc for the new prune options but we haven’t cut a new release yet... 😅 Hopefully this will be easier once we have our versioned doc site up. |
Thanks for this info. Yeah, I got the info from the doc, and that misled me. I will keep an eye out for #1219. Looks like it's under active development and review. We will likely be an early customer of this feature. Thanks |
dep version dep: WARNING: Unknown field in manifest: prune I have the similiar problem with you. What should I do ? |
@ying2025 update your version of dep, preferably to a released version. |
Dep version:
dep:
version : v0.3.2
build date : 2017-10-19
git hash : 8ddfc8a
go version : go1.9
go compiler : gc
platform : darwin/amd64
What command did I execute
I executed the dep command -
dep ensure
.I want to reduce the size of the vendor directory, hence I added the following snippet to my Gopkg.toml -
What did you expect to see?
Delete all files with the suffix
*_test.go
from thevendor
directory.What did you see instead?
dep: WARNING: Unknown field in manifest: prune
The text was updated successfully, but these errors were encountered: