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
{{ message }}
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.
If run without GO111MODULE=on, the import-paths generated by packr look like this for me home/user/projectfolder/. Since the go modules are the default by now, packr shouldn't require the environment variable, especially not if there's a go.mod available. I tried to fix this myself, but I can't really find the part of the code where this happens. Can anyone lead me in the right direction?
The text was updated successfully, but these errors were encountered:
Thanks for shining some light on the problem by opening this issue @Bios-Marcel!
Although I decided to not use this solution, I took the chance to verify that setting GO111MODULE=on indeed works 🙌
I also noticed that this issue starts happening with the v2.8.0. The latest working version for me is v2.7.1, and I install it with:
If run without
GO111MODULE=on
, the import-paths generated by packr look like this for mehome/user/projectfolder/
. Since the go modules are the default by now, packr shouldn't require the environment variable, especially not if there's ago.mod
available. I tried to fix this myself, but I can't really find the part of the code where this happens. Can anyone lead me in the right direction?The text was updated successfully, but these errors were encountered: