x-motemen / gore

Yet another Go REPL that works nicely. Featured with line editing, code completion, and more.
MIT License
5.11k stars 148 forks source link

go: updates to go.sum needed, disabled by -mod=readonly #192

Closed itchyny closed 3 years ago

itchyny commented 4 years ago
 % gore
gore: could not load 'fmt' package: go [-e -json -compiled=true -test=false -export=false -deps=false -find=true -- fmt]: exit status 1: go: updates to go.sum needed, disabled by -mod=readonly

Reproducible with Go HEAD (>1.15)

 % go version
go version devel +fc981654c7 Sat Oct 17 22:58:33 2020 +0000 darwin/amd64