refactor common/util

This commit is contained in:
ginuerzh 2022-03-14 19:10:21 +08:00
parent a7fddd1d7c
commit eae153d481
3 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import (
"time" "time"
"github.com/go-gost/gost/v3/pkg/chain" "github.com/go-gost/gost/v3/pkg/chain"
resolver_util "github.com/go-gost/gost/v3/pkg/internal/util/resolver" resolver_util "github.com/go-gost/gost/v3/pkg/common/util/resolver"
"github.com/go-gost/gost/v3/pkg/logger" "github.com/go-gost/gost/v3/pkg/logger"
resolverpkg "github.com/go-gost/gost/v3/pkg/resolver" resolverpkg "github.com/go-gost/gost/v3/pkg/resolver"
"github.com/go-gost/gost/v3/pkg/resolver/exchanger" "github.com/go-gost/gost/v3/pkg/resolver/exchanger"