Move import path to Github
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
"time"
|
||||
|
||||
"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"
|
||||
)
|
||||
|
||||
func (dc *DataCache) initChats() {
|
||||
|
@@ -5,8 +5,8 @@ package datacacheinterface
|
||||
|
||||
import (
|
||||
"github.com/go-telegram-bot-api/telegram-bot-api"
|
||||
"source.wtfteam.pro/i2_bot/i2_bot/lib/datamapping"
|
||||
"source.wtfteam.pro/i2_bot/i2_bot/lib/dbmapping"
|
||||
"github.com/fat0troll/i2_bot/lib/datamapping"
|
||||
"github.com/fat0troll/i2_bot/lib/dbmapping"
|
||||
)
|
||||
|
||||
// DataCacheInterface implements DataCache for importing via appcontext.
|
||||
|
@@ -8,8 +8,8 @@ import (
|
||||
"strconv"
|
||||
|
||||
"gopkg.in/yaml.v2"
|
||||
"source.wtfteam.pro/i2_bot/i2_bot/lib/datamapping"
|
||||
"source.wtfteam.pro/i2_bot/i2_bot/static"
|
||||
"github.com/fat0troll/i2_bot/lib/datamapping"
|
||||
"github.com/fat0troll/i2_bot/static"
|
||||
)
|
||||
|
||||
func (dc *DataCache) initElements() {
|
||||
|
@@ -6,10 +6,10 @@ package datacache
|
||||
import (
|
||||
"sync"
|
||||
|
||||
"source.wtfteam.pro/i2_bot/i2_bot/lib/appcontext"
|
||||
"source.wtfteam.pro/i2_bot/i2_bot/lib/datacache/datacacheinterface"
|
||||
"source.wtfteam.pro/i2_bot/i2_bot/lib/datamapping"
|
||||
"source.wtfteam.pro/i2_bot/i2_bot/lib/dbmapping"
|
||||
"github.com/fat0troll/i2_bot/lib/appcontext"
|
||||
"github.com/fat0troll/i2_bot/lib/datacache/datacacheinterface"
|
||||
"github.com/fat0troll/i2_bot/lib/datamapping"
|
||||
"github.com/fat0troll/i2_bot/lib/dbmapping"
|
||||
)
|
||||
|
||||
var (
|
||||
|
@@ -9,8 +9,8 @@ import (
|
||||
"strings"
|
||||
|
||||
"gopkg.in/yaml.v2"
|
||||
"source.wtfteam.pro/i2_bot/i2_bot/lib/datamapping"
|
||||
"source.wtfteam.pro/i2_bot/i2_bot/static"
|
||||
"github.com/fat0troll/i2_bot/lib/datamapping"
|
||||
"github.com/fat0troll/i2_bot/static"
|
||||
)
|
||||
|
||||
func (dc *DataCache) initLeagues() {
|
||||
|
@@ -8,8 +8,8 @@ import (
|
||||
"strconv"
|
||||
|
||||
"gopkg.in/yaml.v2"
|
||||
"source.wtfteam.pro/i2_bot/i2_bot/lib/datamapping"
|
||||
"source.wtfteam.pro/i2_bot/i2_bot/static"
|
||||
"github.com/fat0troll/i2_bot/lib/datamapping"
|
||||
"github.com/fat0troll/i2_bot/static"
|
||||
)
|
||||
|
||||
func (dc *DataCache) initLevels() {
|
||||
|
@@ -8,8 +8,8 @@ import (
|
||||
"strconv"
|
||||
|
||||
"gopkg.in/yaml.v2"
|
||||
"source.wtfteam.pro/i2_bot/i2_bot/lib/datamapping"
|
||||
"source.wtfteam.pro/i2_bot/i2_bot/static"
|
||||
"github.com/fat0troll/i2_bot/lib/datamapping"
|
||||
"github.com/fat0troll/i2_bot/static"
|
||||
)
|
||||
|
||||
func (dc *DataCache) initLocations() {
|
||||
|
@@ -8,7 +8,7 @@ import (
|
||||
"strconv"
|
||||
"time"
|
||||
|
||||
"source.wtfteam.pro/i2_bot/i2_bot/lib/dbmapping"
|
||||
"github.com/fat0troll/i2_bot/lib/dbmapping"
|
||||
)
|
||||
|
||||
func (dc *DataCache) initPlayers() {
|
||||
|
@@ -9,8 +9,8 @@ import (
|
||||
"strings"
|
||||
|
||||
"gopkg.in/yaml.v2"
|
||||
"source.wtfteam.pro/i2_bot/i2_bot/lib/datamapping"
|
||||
"source.wtfteam.pro/i2_bot/i2_bot/static"
|
||||
"github.com/fat0troll/i2_bot/lib/datamapping"
|
||||
"github.com/fat0troll/i2_bot/static"
|
||||
)
|
||||
|
||||
func (dc *DataCache) initPokememes() {
|
||||
|
@@ -7,7 +7,7 @@ import (
|
||||
"errors"
|
||||
"strconv"
|
||||
|
||||
"source.wtfteam.pro/i2_bot/i2_bot/lib/dbmapping"
|
||||
"github.com/fat0troll/i2_bot/lib/dbmapping"
|
||||
)
|
||||
|
||||
func (dc *DataCache) initProfiles() {
|
||||
|
@@ -7,7 +7,7 @@ import (
|
||||
"errors"
|
||||
"strconv"
|
||||
|
||||
"source.wtfteam.pro/i2_bot/i2_bot/lib/dbmapping"
|
||||
"github.com/fat0troll/i2_bot/lib/dbmapping"
|
||||
)
|
||||
|
||||
func (dc *DataCache) initSquads() {
|
||||
|
@@ -8,7 +8,7 @@ import (
|
||||
"strconv"
|
||||
"time"
|
||||
|
||||
"source.wtfteam.pro/i2_bot/i2_bot/lib/dbmapping"
|
||||
"github.com/fat0troll/i2_bot/lib/dbmapping"
|
||||
)
|
||||
|
||||
func (dc *DataCache) initTournamentReports() {
|
||||
|
@@ -9,8 +9,8 @@ import (
|
||||
"strings"
|
||||
|
||||
"gopkg.in/yaml.v2"
|
||||
"source.wtfteam.pro/i2_bot/i2_bot/lib/datamapping"
|
||||
"source.wtfteam.pro/i2_bot/i2_bot/static"
|
||||
"github.com/fat0troll/i2_bot/lib/datamapping"
|
||||
"github.com/fat0troll/i2_bot/static"
|
||||
)
|
||||
|
||||
func (dc *DataCache) initWeapons() {
|
||||
|
Reference in New Issue
Block a user