move metrics module to github.com/go-gost/metrics

This commit is contained in:
ginuerzh
2022-03-14 22:07:36 +08:00
parent 749d802a12
commit a2d62d1753
15 changed files with 32 additions and 546 deletions

View File

@ -3,11 +3,11 @@ package tcp
import (
"net"
"github.com/go-gost/gost/v3/pkg/common/metrics"
"github.com/go-gost/gost/v3/pkg/listener"
"github.com/go-gost/gost/v3/pkg/logger"
md "github.com/go-gost/gost/v3/pkg/metadata"
"github.com/go-gost/gost/v3/pkg/registry"
metrics "github.com/go-gost/metrics/wrapper"
)
func init() {