forked from chteufleur/go-xmpp4steam
Modification of the library go-xmpp
This commit is contained in:
parent
66d99eeb94
commit
43d9c6c5c6
|
|
@ -1,7 +1,7 @@
|
|||
package gateway
|
||||
|
||||
import (
|
||||
"git.kingpenguin.tk/chteufleur/go-xmpp.git"
|
||||
"git.kingpenguin.tk/chteufleur/go-xmpp.git/src/xmpp"
|
||||
"github.com/Philipp15b/go-steam/internal/steamlang"
|
||||
|
||||
"log"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
package xmpp
|
||||
|
||||
import (
|
||||
"git.kingpenguin.tk/chteufleur/go-xmpp.git"
|
||||
"git.kingpenguin.tk/chteufleur/go-xmpp.git/src/xmpp"
|
||||
"git.kingpenguin.tk/chteufleur/go-xmpp4steam.git/database"
|
||||
|
||||
"log"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
package xmpp
|
||||
|
||||
import (
|
||||
"git.kingpenguin.tk/chteufleur/go-xmpp.git"
|
||||
"git.kingpenguin.tk/chteufleur/go-xmpp.git/src/xmpp"
|
||||
"git.kingpenguin.tk/chteufleur/go-xmpp4steam.git/gateway"
|
||||
|
||||
"log"
|
||||
|
|
|
|||
Loading…
Reference in New Issue