1
0
Fork 0

Change import for steamlang that moved

This commit is contained in:
Chteufleur 2016-08-10 21:22:46 +02:00
parent 723a36c3fe
commit 60e3a7c215
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ package gateway
import (
"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"
"encoding/json"

View File

@ -2,7 +2,7 @@ package gateway
import (
"git.kingpenguin.tk/chteufleur/go-xmpp.git/src/xmpp"
"github.com/Philipp15b/go-steam/internal/steamlang"
"github.com/Philipp15b/go-steam/protocol/steamlang"
"log"
"strings"