From 3ca015f307c9f68eeaa4a693eb6b1a24040db106 Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Wed, 6 Jan 2016 18:22:30 +0100 Subject: [PATCH] Fix import after project move to processone github --- cmd/xmpp_echo/xmpp_echo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/xmpp_echo/xmpp_echo.go b/cmd/xmpp_echo/xmpp_echo.go index 5a10de2..d2ab573 100644 --- a/cmd/xmpp_echo/xmpp_echo.go +++ b/cmd/xmpp_echo/xmpp_echo.go @@ -9,7 +9,7 @@ import ( "log" "os" - "github.com/mremond/gox/xmpp" + "github.com/processone/gox/xmpp" ) func main() {