move x/internal/ctx to x/ctx

This commit is contained in:
ginuerzh
2024-01-30 18:19:39 +08:00
parent 5ee7746aab
commit 3d2a7b7d3b
35 changed files with 37 additions and 37 deletions

View File

@ -17,7 +17,7 @@ import (
"github.com/go-gost/core/observer"
"github.com/go-gost/core/recorder"
"github.com/go-gost/core/service"
ctxvalue "github.com/go-gost/x/internal/ctx"
ctxvalue "github.com/go-gost/x/ctx"
xmetrics "github.com/go-gost/x/metrics"
"github.com/go-gost/x/stats"
"github.com/rs/xid"