Move import path to Github

This commit is contained in:
2018-05-19 12:14:25 +04:00
parent 67cdb3edb5
commit 98bf2c393b
74 changed files with 134 additions and 134 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"time"
"github.com/go-telegram-bot-api/telegram-bot-api"
"source.wtfteam.pro/i2_bot/i2_bot/lib/constants"
"github.com/fat0troll/i2_bot/lib/constants"
)
// LongMessage is an easter egg
+1 -1
View File
@@ -5,7 +5,7 @@ package talkers
import (
"github.com/go-telegram-bot-api/telegram-bot-api"
"source.wtfteam.pro/i2_bot/i2_bot/lib/constants"
"github.com/fat0troll/i2_bot/lib/constants"
)
// AnyMessageUnauthorized throws when user can't do something
+2 -2
View File
@@ -4,8 +4,8 @@
package talkers
import (
"source.wtfteam.pro/i2_bot/i2_bot/lib/appcontext"
"source.wtfteam.pro/i2_bot/i2_bot/lib/talkers/talkersinterface"
"github.com/fat0troll/i2_bot/lib/appcontext"
"github.com/fat0troll/i2_bot/lib/talkers/talkersinterface"
)
var (
+3 -3
View File
@@ -7,9 +7,9 @@ import (
"time"
"github.com/go-telegram-bot-api/telegram-bot-api"
"source.wtfteam.pro/i2_bot/i2_bot/lib/config"
"source.wtfteam.pro/i2_bot/i2_bot/lib/constants"
"source.wtfteam.pro/i2_bot/i2_bot/lib/dbmapping"
"github.com/fat0troll/i2_bot/lib/config"
"github.com/fat0troll/i2_bot/lib/constants"
"github.com/fat0troll/i2_bot/lib/dbmapping"
)
// AcademyMessage gives user link to Bastion
@@ -5,7 +5,7 @@ package talkersinterface
import (
"github.com/go-telegram-bot-api/telegram-bot-api"
"source.wtfteam.pro/i2_bot/i2_bot/lib/dbmapping"
"github.com/fat0troll/i2_bot/lib/dbmapping"
)
// TalkersInterface implements Talkers for importing via appcontex