air-verse / air

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

Moving 'air' to Organization #599

Closed xiantang closed 4 weeks ago

xiantang commented 4 weeks ago

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.

ccoVeille commented 4 weeks ago

The following ones are available

airverse air-verse air-community

xiantang commented 4 weeks ago

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

xiantang commented 4 weeks ago

https://github.com/air-verse/air moved already

ccoVeille commented 4 weeks ago

My pleasure

joshzcold commented 4 weeks ago

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.

nexovec commented 3 weeks ago

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
xiantang commented 3 weeks ago

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>