[GH-ISSUE #209] go run github.com/FiloSottile/mkcert no longer works outside with Go 1.14 #136

Closed
opened 2026-02-25 22:32:42 +03:00 by kerem · 1 comment
Owner

Originally created by @eliasnaur on GitHub (Oct 17, 2019).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/209

The fix for https://github.com/golang/go/issues/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
Originally created by @eliasnaur on GitHub (Oct 17, 2019). Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/209 The fix for https://github.com/golang/go/issues/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
kerem closed this issue 2026-02-25 22:32:42 +03:00
Author
Owner

@FiloSottile commented on GitHub (Nov 9, 2019):

Sigh, it was too good for this world.

<!-- gh-comment-id:552143808 --> @FiloSottile commented on GitHub (Nov 9, 2019): Sigh, it was too good for this world.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/mkcert#136
No description provided.