1
0
mirror of https://github.com/fumiama/WireGold.git synced 2026-06-23 12:00:34 +08:00

update deps & drop zb dep

This commit is contained in:
源文雨
2022-07-15 12:54:34 +08:00
parent 764d0f61d6
commit 777faaeb6d
5 changed files with 27 additions and 24 deletions

View File

@@ -8,12 +8,12 @@ import (
"sync"
"time"
"github.com/FloatTech/ttl"
"github.com/fumiama/WireGold/gold/head"
"github.com/fumiama/WireGold/helper"
"github.com/fumiama/WireGold/lower"
"github.com/fumiama/water/waterutil"
"github.com/sirupsen/logrus"
"github.com/wdvxdr1123/ZeroBot/extension/ttl"
)
// Me 是本机的抽象

View File

@@ -5,8 +5,8 @@ import (
"net"
"sync"
"github.com/FloatTech/ttl"
"github.com/sirupsen/logrus"
"github.com/wdvxdr1123/ZeroBot/extension/ttl"
)
type Router struct {