From 7154bfeb76e84f9de7f46567ea6e136a2ffcffd4 Mon Sep 17 00:00:00 2001 From: Wim Date: Fri, 24 May 2024 01:01:55 +0200 Subject: [PATCH] Update module --- _example/example-gui.go | 2 +- _example/example.go | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_example/example-gui.go b/_example/example-gui.go index a57caf3..e093783 100644 --- a/_example/example-gui.go +++ b/_example/example-gui.go @@ -6,8 +6,8 @@ import ( "os" "strings" + "github.com/matterbridge/go-xmpp" "github.com/mattn/go-gtk/gtk" - "github.com/xmppo/go-xmpp" ) func main() { diff --git a/_example/example.go b/_example/example.go index 11acdaa..d3e01a7 100644 --- a/_example/example.go +++ b/_example/example.go @@ -9,7 +9,7 @@ import ( "os" "strings" - "github.com/xmppo/go-xmpp" + "github.com/matterbridge/go-xmpp" ) var ( diff --git a/go.mod b/go.mod index 7d8907c..fe0f651 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/xmppo/go-xmpp +module github.com/matterbridge/go-xmpp go 1.21.5