-
Notifications
You must be signed in to change notification settings - Fork 717
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build failures observed with MinIO #477
Comments
Yes, repository was renamed from |
hi @harshavardhana thanks for the report, one change is that the client repo has changed from |
We have a fix we were making a new release and observed the build failures we had to rename go-nats to nats.go and go-streaming-server to stan.go The project is https://github.com/minio/minio |
Check my comment and try please. It should work. |
To recap, we have changed the repo name, so replace nats or go-nats with nats.go. In some cases, nats.go is problematic (because of directory ending with |
thanks @harshavardhana looking at the go.mod file from minio/minio I notice the following entries which feels like there might still be some issues:
So I think that the resulting dependencies listed in the go.mod should look something like this:
|
minio/minio@ff77994 fixes this, we will do the next fixes later. |
@wallyqs it's not that simple in We will have live with that until they fix their repos. |
@harshavardhana it seems that is caused by bad imports in nats.go and stan.go tests - namely
|
@mzukowski-reef I think you may be right. I can work on that, but I am not 100% sure, so to test it means that I need to create a new tag to test the theory, which if prove wrong means I will have to delete the tag. What do you think? |
I have made several updates to various nats-io repos and it seems that things are getting slowly resolved. Sorry for the trouble. |
Did this repo change in anyway?
The text was updated successfully, but these errors were encountered: