package github.com/ikemen-engine/Ikemen-GO/src
imports github.com/go-gl/gl/v2.1/gl: constraints exclude all Go files in C:\Users\User\go\pkg\mod\github.com\go-gl\gl@v0.0.0-20231021071112-07e5d0ea2e71\v2.1\gl
package github.com/ikemen-engine/Ikemen-GO/src
imports github.com/go-gl/gl/v3.2-core/gl: constraints exclude all Go files in C:\Users\User\go\pkg\mod\github.com\go-gl\gl@v0.0.0-20231021071112-07e5d0ea2e71\v3.2-core\gl
Press any key to continue
I'm trying to compile an Ikemen GO project. I modified some code to test things, but something strange happened.
Now it's asking for versions v2.1 and v3.3, which didn't happen before. I also just updated to Go 1.26 (the latest available version).
Before, it compiled without needing to download another version of Ikemen GO from GitHub or make any additional changes. Until now, everything worked normally.
The strange thing is that I even tried the original version, without modifying anything, and the same thing happens: it still asks for v2.1 and v3.3.
And the odd thing is that I do have them in folders, even copying the path to each one.
Furthermore, those versions are added to the Windows 10 environment variables.
Can anyone help me solve this problem?