summaryrefslogtreecommitdiffstats
path: root/handlers/raw.go
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2016-05-12 09:40:44 -0400
committerBrian Cully <bjc@kublai.com>2016-05-12 09:40:44 -0400
commit89ec645832c39c7352a2bd5233997e779183dbb9 (patch)
treeb43770ceed996fac5828d21592cf5fdba113a2af /handlers/raw.go
parent617f3e9236beb4343ded8380f886c25ab3d5b23f (diff)
downloadxmppbot-master.tar.gz
xmppbot-master.zip
Don't use open-nitro.HEADmaster
Diffstat (limited to 'handlers/raw.go')
-rw-r--r--handlers/raw.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers/raw.go b/handlers/raw.go
index 3a93947..94304e7 100644
--- a/handlers/raw.go
+++ b/handlers/raw.go
@@ -3,7 +3,7 @@ package handlers
import (
"fmt"
- "github.com/ThomsonReutersEikon/open-nitro/src/bots/xmppclient"
+ "github.com/ThomsonReutersEikon/nitro/src/bots/xmppclient"
"github.com/bjc/goctl"
)