air-verse / air

☁️ Live reload for Go apps
GNU General Public License v3.0
16.32k stars 770 forks source link

Change project owner to air-verse #602

Closed xiantang closed 4 weeks ago

xiantang commented 4 weeks ago

close https://github.com/air-verse/air/issues/600

vimgrep /cosmtrek/gj **/*
cfdo %s/cosmtrek\/air/air-verse\/air/gc
pascal-mueller commented 4 weeks ago

Hello,

the change updated the install command in the README, leading to this until a new release is made:

% go install github.com/air-verse/air@latest

go: downloading github.com/air-verse/air v1.52.1
go: github.com/air-verse/air@latest: version constraints conflict:
        github.com/air-verse/air@v1.52.1: parsing go.mod:
        module declares its path as: github.com/cosmtrek/air
                but was required as: github.com/air-verse/air
xiantang commented 4 weeks ago

Hello,

the change updated the install command in the README, leading to this until a new release is made:

% go install github.com/air-verse/air@latest

go: downloading github.com/air-verse/air v1.52.1
go: github.com/air-verse/air@latest: version constraints conflict:
        github.com/air-verse/air@v1.52.1: parsing go.mod:
        module declares its path as: github.com/cosmtrek/air
                but was required as: github.com/air-verse/air

just revert the PR