diff options
author | Brian Cully <bjc@kublai.com> | 2016-05-12 09:40:44 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2016-05-12 09:40:44 -0400 |
commit | 89ec645832c39c7352a2bd5233997e779183dbb9 (patch) | |
tree | b43770ceed996fac5828d21592cf5fdba113a2af /handlers/raw.go | |
parent | 617f3e9236beb4343ded8380f886c25ab3d5b23f (diff) | |
download | xmppbot-master.tar.gz xmppbot-master.zip |
Diffstat (limited to 'handlers/raw.go')
-rw-r--r-- | handlers/raw.go | 2 |
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" ) |