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
bcmills
changed the title
affected/package: go get panics on multi-module repository with circular module dependencies
cmd/go: go get panics on multi-module repository with circular module dependencies
Jan 25, 2023
Summary
The module github.com/sylr/rafty has a sub module https://github.com/sylr/rafty/tree/master/distributor/consistent. Each module requires the other. The repo currently has no semantic git version tags.
The go.mod for the consistent module has this requirement:
The go.mod for the rafty module has this requirement:
I verified both git hashes exist in the repo. I also verified that go build works fine in the repo.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
Go get should succeed.
What did you see instead?
Go get panics
The text was updated successfully, but these errors were encountered: