From 60e3a7c21527db9f8dd13867b6ad7c2d335ca00b Mon Sep 17 00:00:00 2001 From: Chteufleur Date: Wed, 10 Aug 2016 21:22:46 +0200 Subject: [PATCH] Change import for steamlang that moved --- gateway/steam.go | 2 +- gateway/xmpp.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"