rencalo770 / gengine

Rule Engine for Golang
Other
433 stars 70 forks source link

Got “gengine v1.4.7: missing ziphash: open hash: no such file or directory” when use go mod #21

Closed WonderLong closed 3 years ago

WonderLong commented 3 years ago

Just use the go mod configuration: `module ruleengine

require gengine v1.4.7

replace gengine => github.com/rencalo770/gengine v1.4.7

go 1.15`

when running command: go mod verify, there always come the error: gengine v1.4.7: missing ziphash: open hash: no such file or directory

Any advice on fixing the error?

WonderLong commented 3 years ago

Just because the ide env config...