Archived
1

Move to source.hodakov.me

This commit is contained in:
2019-10-08 09:13:54 +04:00
parent fb36eeb467
commit f143f7b77c
13 changed files with 21 additions and 19 deletions

View File

@@ -6,7 +6,7 @@ package router
import (
"github.com/rs/zerolog"
"gitlab.com/toby3d/telegram"
"lab.wtfteam.pro/fat0troll/fw_zookeeper/context"
"source.hodakov.me/fat0troll/fwzookeeper/context"
"regexp"
)

View File

@@ -6,7 +6,7 @@ package telegram
import (
"github.com/rs/zerolog"
"gitlab.com/toby3d/telegram"
"lab.wtfteam.pro/fat0troll/fw_zookeeper/context"
"source.hodakov.me/fat0troll/fwzookeeper/context"
)
var (

View File

@@ -8,7 +8,7 @@ import (
http "github.com/valyala/fasthttp"
"gitlab.com/toby3d/telegram"
"golang.org/x/net/proxy"
"lab.wtfteam.pro/fat0troll/fw_zookeeper/internal/router"
"source.hodakov.me/fat0troll/fwzookeeper/internal/router"
"net"
)