update metrics

This commit is contained in:
ginuerzh
2022-03-16 21:25:24 +08:00
parent 36947bcbd9
commit 2682c4d63b
21 changed files with 22 additions and 25 deletions

View File

@ -8,8 +8,8 @@ import (
"github.com/go-gost/core/listener"
"github.com/go-gost/core/logger"
md "github.com/go-gost/core/metadata"
metrics "github.com/go-gost/core/metrics/wrapper"
"github.com/go-gost/core/registry"
metrics "github.com/go-gost/metrics/wrapper"
"github.com/xtaci/smux"
)