fix imports

This commit is contained in:
ginuerzh
2022-03-16 20:06:34 +08:00
parent 506142fd0b
commit 36947bcbd9
126 changed files with 324 additions and 335 deletions

View File

@ -5,7 +5,7 @@ import (
"net"
"time"
mdata "github.com/go-gost/gost/v3/pkg/metadata"
mdata "github.com/go-gost/core/metadata"
)
// a dummy HTTP2 client conn used by HTTP2 client connector

View File

@ -7,11 +7,11 @@ import (
"sync"
"time"
net_dialer "github.com/go-gost/gost/v3/pkg/common/net/dialer"
"github.com/go-gost/gost/v3/pkg/dialer"
"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"
net_dialer "github.com/go-gost/core/common/net/dialer"
"github.com/go-gost/core/dialer"
"github.com/go-gost/core/logger"
md "github.com/go-gost/core/metadata"
"github.com/go-gost/core/registry"
)
func init() {

View File

@ -12,10 +12,10 @@ import (
"sync"
"time"
"github.com/go-gost/gost/v3/pkg/dialer"
"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"
"github.com/go-gost/core/dialer"
"github.com/go-gost/core/logger"
md "github.com/go-gost/core/metadata"
"github.com/go-gost/core/registry"
"golang.org/x/net/http2"
)

View File

@ -1,7 +1,7 @@
package h2
import (
mdata "github.com/go-gost/gost/v3/pkg/metadata"
mdata "github.com/go-gost/core/metadata"
)
type metadata struct {

View File

@ -1,7 +1,7 @@
package http2
import (
mdata "github.com/go-gost/gost/v3/pkg/metadata"
mdata "github.com/go-gost/core/metadata"
)
type metadata struct {