update deps

This commit is contained in:
yuzuki999
2023-09-11 00:54:10 +08:00
parent 6deed8034e
commit d07e61a620
3 changed files with 3 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
package node
import (
"runtime"
"strconv"
"github.com/InazumaV/V2bX/api/panel"
@@ -39,7 +38,6 @@ func (c *Controller) reportUserTrafficTask() (err error) {
}
}
userTraffic = nil
runtime.GC()
return nil
}