浏览代码

fixed import after repo translocation

Vladimir Petrov 9 年之前
父节点
当前提交
5d69456f03
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      bot.go
  2. 1 1
      hookexecutor/hookclient/client.go

+ 2 - 2
bot.go

@@ -1,8 +1,8 @@
 package main
 
 import (
-	"github.com/kpmy/xep/hookexecutor"
-	"github.com/kpmy/xep/muc"
+	"github.com/golang-cjr/xep/hookexecutor"
+	"github.com/golang-cjr/xep/muc"
 	"github.com/kpmy/xippo/c2s/actors"
 	"github.com/kpmy/xippo/c2s/actors/steps"
 	"github.com/kpmy/xippo/c2s/stream"

+ 1 - 1
hookexecutor/hookclient/client.go

@@ -6,7 +6,7 @@ import (
 	"os"
 	"strings"
 
-	"github.com/kpmy/xep/hookexecutor"
+	"github.com/golang-cjr/xep/hookexecutor"
 )
 
 const (