-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Your latest commit s/Quasilyte/quasilyte
might have broken projects that reference indirectly (maybe even directly, not sure) go-consistent
since go mod
is case-sensitive and checks the paths (see this issue).
I am not sure if this is the right place to report it, but since it is the source of the error, I just wanted to warn you in case it is an unexpected side effect. The dependency chain is golangci-lint -> go-critic -> go-consistent
.
To reproduce:
GO111MODULE=on go get -u github.com/golangci/golangci-lint/cmd/golangci-lint@master
go: finding github.com/golangci/golangci-lint/cmd/golangci-lint master
go: finding github.com/golangci/golangci-lint/cmd master
go: finding github.com/golangci/golangci-lint master
go: finding github.com/golangci/goconst latest
...
go: finding github.com/golangci/unconvert latest
go: github.com/Quasilyte/go-consistent@v0.0.0-20190521200055-c6f3937de18c: parsing go.mod: unexpected module path "github.com/quasilyte/go-consistent"
go: finding github.com/logrusorgru/aurora latest
go: finding gopkg.in/tomb.v1 latest
go: finding github.com/StackExchange/wmi latest
go get: error loading module requirements
Metadata
Metadata
Assignees
Labels
No labels