diff options
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" ) |