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
That's it. What it should look like is something like this:
INFO[0000] Parsing go.mod modPath=go.mod
INFO[0000] Downloading dependencies
panic: error generating pkgs: Failed to generate packages in ./ with path gomod2nix.toml: Failed to run 'go mod download --json: exit status 1
go: github.com/go-webauthn/[email protected]: module github.com/go-webauthn/[email protected] requires go >= 1.23 (running go 1.21.4)
The text was updated successfully, but these errors were encountered:
I have a project that depends on something that requires
go >= 1.23
. When I rungomod2nix
I get a panic like:That's it. What it should look like is something like this:
The text was updated successfully, but these errors were encountered: