-
-
Notifications
You must be signed in to change notification settings - Fork 999
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
Comments
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 |
@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. |
@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 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. |
The aim of the denied PR on my side was because I was waiting a end on this go module story :) . 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 😄 ) |
Installed it by
go get -u github.com/go-chi/chi/v5
and imported it by using
Might be because the v5 github page don't even exist? Or is there something I've missed?
The text was updated successfully, but these errors were encountered: