pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/56595: pkglint: warning with invalid character "!" in go-modules.mk





On Sat, 1 Jan 2022, triaxx%netbsd.org@localhost wrote:

WARN: go-modules.mk:83: The pathname pattern "github.com/!andreas!briese/bbloom/@v/v0.0.0-20190306092124-e2d15f34fcf9.mod" contains the invalid characters "!!".
WARN: go-modules.mk:84: The pathname pattern "github.com/!andreas!briese/bbloom/@v/v0.0.0-20190306092124-e2d15f34fcf9.zip" contains the invalid characters "!!".
WARN: go-modules.mk:85: The pathname pattern "github.com/!azure/azure-amqp-common-go/v3/@v/v3.0.0.mod" contains the invalid character "!".
WARN: go-modules.mk:86: The pathname pattern "github.com/!azure/azure-amqp-common-go/v3/@v/v3.0.0.zip" contains the invalid character "!".
WARN: go-modules.mk:87: The pathname pattern "github.com/!azure/azure-event-hubs-go/v3/@v/v3.2.0.mod" contains the invalid character "!".

Note that these ! characters are legitimate. The Go module system replaces uppercase letters with a ! and a lowercase one, to avoid issues on case-insensitive file systems.

--
Benny


Home | Main Index | Thread Index | Old Index