mgechev / revive

🔥 ~6x faster, stricter, configurable, extensible, and beautiful drop-in replacement for golint
https://revive.run
MIT License
4.69k stars 269 forks source link

Cannot install 1.3.5 but 1.3.3 works #959

Closed krystian-panek-wttech closed 6 months ago

krystian-panek-wttech commented 6 months ago

Hi!

% make
go install github.com/mgechev/revive@v1.3.5
go: github.com/mgechev/revive@v1.3.5 (in github.com/mgechev/revive@v1.3.5):
        The go.mod file for the module providing named packages contains one or
        more replace directives. It must not contain directives that would cause
        it to be interpreted differently than if it were the main module.
make: *** [deps] Error 1

but

go install github.com/mgechev/revive@v1.3.5

works like a charm.

Mac M1 / Sonoma 14.2

Greetings ;)

denisvmedia commented 6 months ago

Duplicate #956