eclipseo added a new comment to an issue you are following: `` If I initialize the variables to be non nil, ``` load.ModImportPaths = modload.ImportPaths load.ModBinDir = modload.BinDir load.ModLookup = modload.Lookup load.ModDirImportPath = modload.DirImportPath load.ModPackageModuleInfo = modload.PackageModuleInfo load.ModPackageBuildInfo = modload.PackageBuildInfo load.ModImportFromFiles = modload.ImportFromFiles ``` I then get a different error: ``` go: finding github.com/sirupsen/logrus/hooks latest panic: package github.com/sirupsen/logrus/hooks: unknown import path "github.com/sirupsen/logrus/hooks": cannot find module providing package github.com/sirupsen/logrus/hooks [recovered] panic: package github.com/sirupsen/logrus/hooks: unknown import path "github.com/sirupsen/logrus/hooks": cannot find module providing package github.com/sirupsen/logrus/hooks```
It tries to d/l a subfolder as if it was a module. Works fine outside the source tree as mentioned before. ``
To reply, visit the link below or just reply to this email https://pagure.io/golist/issue/7