From cc481e54e7817ea4dfccc69e013fce0c6e5d42d6 Mon Sep 17 00:00:00 2001 From: Martin Dosch Date: Thu, 1 Feb 2024 13:58:04 +0800 Subject: [PATCH] Update import path in examples. --- _example/example-gui.go | 2 +- _example/example.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_example/example-gui.go b/_example/example-gui.go index 632f19d..a57caf3 100644 --- a/_example/example-gui.go +++ b/_example/example-gui.go @@ -7,7 +7,7 @@ import ( "strings" "github.com/mattn/go-gtk/gtk" - "github.com/mattn/go-xmpp" + "github.com/xmppo/go-xmpp" ) func main() { diff --git a/_example/example.go b/_example/example.go index 11f5807..1029062 100644 --- a/_example/example.go +++ b/_example/example.go @@ -9,7 +9,7 @@ import ( "os" "strings" - "github.com/mattn/go-xmpp" + "github.com/xmppo/go-xmpp" ) var (