mv non-core components to extended repo

This commit is contained in:
ginuerzh
2022-03-14 17:43:37 +08:00
parent bfc1f8472c
commit 5c5af49b0e
279 changed files with 608 additions and 14301 deletions

View File

@ -12,8 +12,8 @@ import (
"strings"
"time"
"github.com/go-gost/gost/pkg/chain"
"github.com/go-gost/gost/pkg/logger"
"github.com/go-gost/gost/v3/pkg/chain"
"github.com/go-gost/gost/v3/pkg/logger"
"github.com/miekg/dns"
)

View File

@ -6,11 +6,11 @@ import (
"strings"
"time"
"github.com/go-gost/gost/pkg/chain"
resolver_util "github.com/go-gost/gost/pkg/internal/util/resolver"
"github.com/go-gost/gost/pkg/logger"
resolverpkg "github.com/go-gost/gost/pkg/resolver"
"github.com/go-gost/gost/pkg/resolver/exchanger"
"github.com/go-gost/gost/v3/pkg/chain"
resolver_util "github.com/go-gost/gost/v3/pkg/internal/util/resolver"
"github.com/go-gost/gost/v3/pkg/logger"
resolverpkg "github.com/go-gost/gost/v3/pkg/resolver"
"github.com/go-gost/gost/v3/pkg/resolver/exchanger"
"github.com/miekg/dns"
)