From c1b9689e7579b0f0925e306a7c955372067ed4d4 Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 10 Jan 2024 15:52:41 +0100 Subject: [PATCH] Change import path to xmppo/go-xmpp (#174) * Change import path to xmppo/go-xmpp --- README.md | 2 +- go.mod | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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