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