Update module

This commit is contained in:
Wim 2024-05-24 01:01:55 +02:00
parent 243a438354
commit 7154bfeb76
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/xmppo/go-xmpp module github.com/matterbridge/go-xmpp
go 1.21.5 go 1.21.5