common
common copied to clipboard
pretty-formatter-go: Can't go get
Summary
go get "github.com/cucumber/pretty-formatter-go" fails with error:
invalid module: github.com/cucumber/gherkin-go should be v0 or v1, not v6 (v6.0.9)
Current Behavior
go: finding github.com/cucumber/pretty-formatter-go latest
go: github.com/cucumber/[email protected]: parsing go.mod: go.mod:5: invalid module: github.com/cucumber/gherkin-go should be v0 or v1, not v6 (v6.0.9)
go: error loading module requirements
Context & Motivation
I was looking to reuse the formatter inside another project.
Your Environment
- Version used: go version go1.12.9 darwin/amd64
Yeah, this has been on the back-burner for a while and we haven't been keeping uptodate
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs.