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
build: require sibling modules at versions that exist
The nested modules here required the root at v0.0.0. A replace makes that
invisible locally, but the replace is ignored once the module is somebody
else's dependency, so the require is what a consumer resolves:
go get github.com/xraph/herald/<submodule>@v1.6.1
unknown revision v0.0.0
It has worked so far only for people who already require the root at a real
version, letting MVS pick that instead. Anyone reaching for a nested module
first hits the wall.
Pinned to v1.6.1, the current release. Local builds still resolve through the
replace, so nothing changes for development.
0 commit comments