forked from chteufleur/go-xmpp4steam
Make it go getable
This commit is contained in:
parent
95a589c802
commit
7f319f1389
4
main.go
4
main.go
|
|
@ -1,8 +1,8 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"go-xmpp4steam/steam"
|
"git.kingpenguin.tk/chteufleur/go-xmpp4steam.git/steam"
|
||||||
"go-xmpp4steam/xmpp"
|
"git.kingpenguin.tk/chteufleur/go-xmpp4steam.git/xmpp"
|
||||||
|
|
||||||
"github.com/Philipp15b/go-steam/internal/steamlang"
|
"github.com/Philipp15b/go-steam/internal/steamlang"
|
||||||
"github.com/jimlawless/cfg"
|
"github.com/jimlawless/cfg"
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,7 @@
|
||||||
package xmpp
|
package xmpp
|
||||||
|
|
||||||
import (
|
import (
|
||||||
// "github.com/emgee/go-xmpp"
|
"git.kingpenguin.tk/chteufleur/go-xmpp.git"
|
||||||
"go-xmpp"
|
|
||||||
|
|
||||||
"log"
|
"log"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue