air-verse / air

☁️ Live reload for Go apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moving 'air' to Organization

xiantang opened this issue · comments

We intend to move 'air' to an Organization to make it more community-oriented. However, we've been struggling with the name for the Organization. Currently, common names like 'airorg,' 'air-org,' 'air-project,' 'air-projects,' and 'airproject' are already taken. We'd like to gather some opinions.

The following ones are available

airverse
air-verse
air-community

air-verse looks so cool, I vote air-verse

My pleasure

Ran into this trying to download latest
go install github.com/air-verse/air@latest

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

Switching back to github.com/cosmtrek/air@latest worked, but this might be a current issue for the new org location.

Hi, is the cosmtrek/air repo not supported anymore? I'm getting a similar conflict. It broke my deployment yesterday.

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

Hi, is the cosmtrek/air repo not supported anymore? I'm getting a similar conflict. It broke my deployment yesterday.

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

Yes. after v1.52.2 should use go install github.com/air-verse/air@latest

before v1.52.2 should use go install github.com/cosmtrek/air@<the version before v1.52.2>