-
Notifications
You must be signed in to change notification settings - Fork 214
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
unable to install? #119
Comments
is gomodule enabled ? try |
this is what i get: github.com/gojek/heimdall/v7 upgrade => v7.0.2 but then why i try to run a example this is also what i get: cannot find module providing package github.com/gojek/heimdall/v7: working directory is not part of a module and if i do export GO111MODULE=auto: cannot find package "github.com/gojek/heimdall/v7" in any of: maybe i installed golang wrong? |
gomodule is enabled by default since release 1.15, i believe. |
package github.com/gojek/heimdall/v7: cannot find package "github.com/gojek/heimdall/v7" in any of:
c:\go\src\github.com\gojek\heimdall\v7 (from $GOROOT)
C:\Users\user\go\src\github.com\gojek\heimdall\v7 (from $GOPATH)
while attempting to do go get -u github.com/gojek/heimdall/v7
pls help
The text was updated successfully, but these errors were encountered: