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
Vendoring may be used to allow interoperation with older versions of Go, or to ensure that all files used for a build are stored in a single file tree.
After trying to update github.com/prometheus/client_golang, the peer and orderer programs in docker stopped building. However, if the vendor folder is removed, everything builds fine.
Goal
It seems to me that this is already redundant in the fabric project.
And it can be deleted.
Solution
Try deleting the vendor folder and check that no functionality has fallen off.
The text was updated successfully, but these errors were encountered:
After trying to update github.com/prometheus/client_golang, the peer and orderer programs in docker stopped building. However, if the vendor folder is removed, everything builds fine.
After trying to update github.com/prometheus/client_golang, the peer and orderer programs in docker stopped building. However, if the vendor folder is removed, everything builds fine.
Current Status
Currently there is a vendor folder
I have a question: why is it needed?
It is written in the documentation for vendoring:
After trying to update github.com/prometheus/client_golang, the peer and orderer programs in docker stopped building. However, if the vendor folder is removed, everything builds fine.
Goal
It seems to me that this is already redundant in the fabric project.
And it can be deleted.
Solution
Try deleting the vendor folder and check that no functionality has fallen off.
The text was updated successfully, but these errors were encountered: