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
|
||||
|
||||
import (
|
||||
"go-xmpp4steam/steam"
|
||||
"go-xmpp4steam/xmpp"
|
||||
"git.kingpenguin.tk/chteufleur/go-xmpp4steam.git/steam"
|
||||
"git.kingpenguin.tk/chteufleur/go-xmpp4steam.git/xmpp"
|
||||
|
||||
"github.com/Philipp15b/go-steam/internal/steamlang"
|
||||
"github.com/jimlawless/cfg"
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
package xmpp
|
||||
|
||||
import (
|
||||
// "github.com/emgee/go-xmpp"
|
||||
"go-xmpp"
|
||||
"git.kingpenguin.tk/chteufleur/go-xmpp.git"
|
||||
|
||||
"log"
|
||||
"strings"
|
||||
|
|
|
|||
Loading…
Reference in New Issue