buf mod update
should disregard buf.yaml#name
in workspaces
#1384
Labels
Bug
Something isn't working
buf mod update
should disregard buf.yaml#name
in workspaces
#1384
As many other users, I recently discovered my local workspace is broken due to #1380:
I tried updating the dependency but got this:
Which after updating to the latest buf turned into:
By trial and error I found out removing
team-project/buf.yaml#name
solves the issue:Although
name
is not needed in local workspaces, which mine is, I am using non-buf.build
repo (example.com
) for analyzing which inter-module dependencies are local and which ones come frombuf.build
(external) by looking at a Buf image (ModuleInfo
).I believe
buf mod update
should disregardname
in workspaces/unpublished modules/custom domains and do only and exactly what its--help
says:Update a module's dependencies by updating the buf.lock file
.The text was updated successfully, but these errors were encountered: