refactor common/util

This commit is contained in:
ginuerzh
2022-03-14 17:54:29 +08:00
parent 5c5af49b0e
commit a7fddd1d7c
9 changed files with 6 additions and 6 deletions

View File

@ -8,8 +8,8 @@ import (
"time"
"github.com/go-gost/gost/v3/pkg/common/net/dialer"
"github.com/go-gost/gost/v3/pkg/common/util/udp"
"github.com/go-gost/gost/v3/pkg/connector"
"github.com/go-gost/gost/v3/pkg/internal/util/udp"
"github.com/go-gost/gost/v3/pkg/logger"
)