cmd/go: require and replace doesn't seem to like uppercase#31437 Closed ms4iomentioned this issueMay 28, 2019 case-insensitive import collision Sirupsen/logrusnicholasjackson/minke#56 Open brianredbeardadded a commit to brianredbeard/fetch-ssh-keys that referenced this issueJan 9, 2020 ...
../../../../.go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20200923155610-8b5066479488/pkg/util/proto/document.go:24:2: case-insensitive import collision: "github.com/googleapis/gnostic/openapiv2" and "github.com/googleapis/gnostic/OpenAPIv2" ...
This error should say the problem is in math, not reflect: $ cd go/src/math $ go build cmd/go $ echo package math >Asinh.go $ go build cmd/go ../reflect/value.go:8:2: case-insensitive file name collision: "Asinh.go" and "asinh.go" $ /cc ...