@@ -13,22 +13,22 @@ import (
1313 "github.com/rs/zerolog"
1414 "github.com/spf13/cobra"
1515
16- "github.com/mephistofox/fxtunnel /internal/server/api"
17- "github.com/mephistofox/fxtunnel /internal/server/auth"
18- "github.com/mephistofox/fxtunnel /internal/config"
19- server "github.com/mephistofox/fxtunnel /internal/server/core"
20- "github.com/mephistofox/fxtunnel /internal/server/database"
21- fxdns "github.com/mephistofox/fxtunnel /internal/server/dns"
22- "github.com/mephistofox/fxtunnel /internal/server/email"
23- "github.com/mephistofox/fxtunnel /internal/server/exchange"
24- "github.com/mephistofox/fxtunnel /internal/server/geoip"
25- "github.com/mephistofox/fxtunnel /internal/server/hub"
26- "github.com/mephistofox/fxtunnel /internal/server/payment"
27- fxredis "github.com/mephistofox/fxtunnel /internal/server/redis"
28- "github.com/mephistofox/fxtunnel /internal/server/store"
29- "github.com/mephistofox/fxtunnel /internal/server/scheduler"
30- "github.com/mephistofox/fxtunnel /internal/server/telegram"
31- fxtls "github.com/mephistofox/fxtunnel /internal/server/tls"
16+ "github.com/mephistofox/fxtun.dev /internal/server/api"
17+ "github.com/mephistofox/fxtun.dev /internal/server/auth"
18+ "github.com/mephistofox/fxtun.dev /internal/config"
19+ server "github.com/mephistofox/fxtun.dev /internal/server/core"
20+ "github.com/mephistofox/fxtun.dev /internal/server/database"
21+ fxdns "github.com/mephistofox/fxtun.dev /internal/server/dns"
22+ "github.com/mephistofox/fxtun.dev /internal/server/email"
23+ "github.com/mephistofox/fxtun.dev /internal/server/exchange"
24+ "github.com/mephistofox/fxtun.dev /internal/server/geoip"
25+ "github.com/mephistofox/fxtun.dev /internal/server/hub"
26+ "github.com/mephistofox/fxtun.dev /internal/server/payment"
27+ fxredis "github.com/mephistofox/fxtun.dev /internal/server/redis"
28+ "github.com/mephistofox/fxtun.dev /internal/server/store"
29+ "github.com/mephistofox/fxtun.dev /internal/server/scheduler"
30+ "github.com/mephistofox/fxtun.dev /internal/server/telegram"
31+ fxtls "github.com/mephistofox/fxtun.dev /internal/server/tls"
3232)
3333
3434var (
0 commit comments