Change import path to xmppo/go-xmpp (#174)

* Change import path to xmppo/go-xmpp
This commit is contained in:
Martin 2024-01-10 15:52:41 +01:00 committed by GitHub
parent 424970d23c
commit c1b9689e75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -3,4 +3,4 @@ go-xmpp
go xmpp library (original was written by russ cox )
[Documentation](https://godoc.org/github.com/mattn/go-xmpp)
[Documentation](https://godoc.org/github.com/xmppo/go-xmpp)

4
go.mod
View File

@ -1,5 +1,5 @@
module github.com/mattn/go-xmpp
module github.com/xmppo/go-xmpp
go 1.20
go 1.21.5
require golang.org/x/crypto v0.18.0