Update import path in examples.

This commit is contained in:
Martin Dosch 2024-02-01 13:58:04 +08:00
parent 88855eac82
commit cc481e54e7
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import (
"strings" "strings"
"github.com/mattn/go-gtk/gtk" "github.com/mattn/go-gtk/gtk"
"github.com/mattn/go-xmpp" "github.com/xmppo/go-xmpp"
) )
func main() { func main() {

View File

@ -9,7 +9,7 @@ import (
"os" "os"
"strings" "strings"
"github.com/mattn/go-xmpp" "github.com/xmppo/go-xmpp"
) )
var ( var (