amonks / run

Go run some tasks!
https://amonks.github.io/run/
Other
19 stars 4 forks source link

remove `replace` directive from go.mod #118

Closed amonks closed 8 months ago

amonks commented 8 months ago
          i'm also seeing this error when i try to `go install` after beta24
 go: github.com/amonks/run/cmd/run@v1.0.0-beta.25 (in github.com/amonks/run@v1.0.0-beta.25):
            The go.mod file for the module providing named packages contains one or
            more replace directives. It must not contain directives that would cause
            it to be interpreted differently than if it were the main module.

Originally posted by @ecshreve in https://github.com/amonks/run/issues/116#issuecomment-2035520782