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

@ -11,7 +11,7 @@ import (
"strconv"
"strings"
"github.com/go-gost/gost/v3/pkg/logger"
"github.com/go-gost/core/logger"
)
type Client struct {

View File

@ -10,7 +10,7 @@ import (
"net/http/httputil"
"time"
"github.com/go-gost/gost/v3/pkg/logger"
"github.com/go-gost/core/logger"
)
type clientConn struct {

View File

@ -14,8 +14,8 @@ import (
"sync"
"time"
"github.com/go-gost/gost/v3/pkg/common/bufpool"
"github.com/go-gost/gost/v3/pkg/logger"
"github.com/go-gost/core/common/bufpool"
"github.com/go-gost/core/logger"
"github.com/lucas-clemente/quic-go"
"github.com/lucas-clemente/quic-go/http3"
"github.com/rs/xid"