xmppo / go-xmpp

Go XMPP Library (From Yasuhiro Matsumoto and based on the code from Russ Cox)
https://golang.org/
BSD 3-Clause "New" or "Revised" License
526 stars 170 forks source link

xmppo/go-xmpp or mattn/go-xmpp #172

Closed mdosch closed 8 months ago

mdosch commented 8 months ago

Dear @mattn

as the project moved from github.com/mattn/go-xmpp to github.com/xmppo/go-xmpp I wonder whether you also want to use the latter as import path right now.

This would require deleting the old go.mod file and invoking these two commands:

go mod init github.com/xmppo/go-xmpp
go mod tidy
mattn commented 8 months ago

Yeah, please do.