diff --git a/gateway/steam.go b/gateway/steam.go index efe5c86..7bdf3ad 100644 --- a/gateway/steam.go +++ b/gateway/steam.go @@ -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" diff --git a/gateway/xmpp.go b/gateway/xmpp.go index 2a3b07e..924fe4b 100644 --- a/gateway/xmpp.go +++ b/gateway/xmpp.go @@ -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"