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
2 changed files with 3 additions and 3 deletions
+2 -2
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