forked from chteufleur/go-xmpp4steam
Change import for steamlang that moved
This commit is contained in:
parent
723a36c3fe
commit
60e3a7c215
|
|
@ -2,7 +2,7 @@ package gateway
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/Philipp15b/go-steam"
|
"github.com/Philipp15b/go-steam"
|
||||||
"github.com/Philipp15b/go-steam/internal/steamlang"
|
"github.com/Philipp15b/go-steam/protocol/steamlang"
|
||||||
"github.com/Philipp15b/go-steam/steamid"
|
"github.com/Philipp15b/go-steam/steamid"
|
||||||
|
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ package gateway
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"git.kingpenguin.tk/chteufleur/go-xmpp.git/src/xmpp"
|
"git.kingpenguin.tk/chteufleur/go-xmpp.git/src/xmpp"
|
||||||
"github.com/Philipp15b/go-steam/internal/steamlang"
|
"github.com/Philipp15b/go-steam/protocol/steamlang"
|
||||||
|
|
||||||
"log"
|
"log"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue