-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
"cannot find module providing package" when specifying go 1.23 in go.mod #183
Comments
This issue has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/gomod2nix-cannot-find-module-providing-package/54558/4 |
Gday mate - I ended up getting this working, and have a repo with it. Hopefully this is useful. |
@randomizedcoder thanks for your response. I'd been banging my head against this wall for some days when you responded, at which point I decided to bang some more. It turns out that the fix is to downgrade The version in your I hope this helps others to move forward, but I'm concerned that versions beyond |
@randomizedcoder I still get
I'm not sure what's broken, but I don't think that's it 🙁 |
I'm attempting to build bicipi with
gomod2nix
and coming across the following error:That's almost all of the direct dependencies failing (
github.com/google/go-cmp
seems ok...?)I suppose this might be related to #20, but it looks like that was resolved.
Any support would be much appreciated.
The text was updated successfully, but these errors were encountered: