Skip to content
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

GoLand cannot resolve newest version of chi #592

Closed
nimabrownlee opened this issue Feb 28, 2021 · 6 comments
Closed

GoLand cannot resolve newest version of chi #592

nimabrownlee opened this issue Feb 28, 2021 · 6 comments

Comments

@nimabrownlee
Copy link

Installed it by go get -u github.com/go-chi/chi/v5

and imported it by using

"github.com/go-chi/chi/v5"
"github.com/go-chi/chi/v5/middleware"

Might be because the v5 github page don't even exist? Or is there something I've missed?

@pkieltyka
Copy link
Member

pkieltyka commented Feb 28, 2021

Lol please report to Go team. I'm done supporting SIV issues with chi -- I have more important work to do that requires my attention instead of supporting OSS quirks from tooling issues upstream. Next stop I will be archiving this project and starting a new one from v0

@nimabrownlee
Copy link
Author

@pkieltyka Hey, sorry if I offended you. I'm new to the Go world and your router seems to be the best when I was researching. Best wishes with your other work/projects.

@pkieltyka
Copy link
Member

@nimabrownlee you most certainly did not offend me. I am just upset about Go tooling issues I'm faced with.

To me, software is art, and I intentionally spent so much time to craft chi as it brings me lots of joy in doing so. As a result of the Go module system, the issue you're facing is a result from its design decisions, and its quite upsetting to me after all of my efforts to produce the best possible developer experience, I'm unable to provide that.

@pkieltyka
Copy link
Member

@nimabrownlee
Copy link
Author

@pkieltyka I read that thread and I definitely understand you. This is your baby and pride, you've put a lot of time and effort it into it. And it really shows because I've only seen positive things about chi. Hopefully this road block doesn't stop you from continuing your great open source work.

Anyway, best of luck with whatever you choose to do. At the end of the day, you should do things that makes you happy. You're not obligated to do anything even though the community is frustrated. Thanks for chi. People certainly love it.

@oxyno-zeta
Copy link

oxyno-zeta commented Feb 28, 2021

The aim of the denied PR on my side was because I was waiting a end on this go module story :) .
I was following all the story across all issues and I prefer to wait to have something stable in order to upgrade my project. I'm definitly not against upgrading !

Hope I haven't upset you @pkieltyka ... I love your project, that's why I'm using it in my S3-proxy code :). Thanks for chi from me too !

EDIT: I've seen only now your comment on my project Pull Request @pkieltyka . I will try to upgrade with the v5 path like you told me and remove the version added in the go.mod file (automatically added by renovate so it isn't a problem 😄 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants