Open
Description
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