Skip to content
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

go run github.com/FiloSottile/mkcert no longer works outside with Go 1.14 #209

Closed
eliasnaur opened this issue Oct 17, 2019 · 1 comment
Closed

Comments

@eliasnaur
Copy link

The fix for golang/go#32027 disallows go run and friends outside a module (when GO111MODULE=on):

$ GO111MODULE=on go run github.com/FiloSottile/mkcert
cannot find module providing package github.com/FiloSottile/mkcert: working directory is not part of a module
@FiloSottile
Copy link
Owner

Sigh, it was too good for this world.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants