diff --git a/README.md b/README.md index 7808206..5f5751a 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/go.mod b/go.mod index 89dec08..d8ce01b 100644 --- a/go.mod +++ b/go.mod @@ -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