move metrics module to github.com/go-gost/metrics
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user