0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-12 11:29:36 +03:00

Removal: confonly (#368)

This commit is contained in:
Jim Han
2021-03-14 23:05:08 +08:00
committed by GitHub
parent a0a32ee00d
commit e0526c27b3
4 changed files with 3 additions and 11 deletions

View File

@ -1,14 +1,12 @@
// +build !confonly
package dispatcher
import (
"context"
"github.com/xtls/xray-core/core"
"github.com/xtls/xray-core/common"
"github.com/xtls/xray-core/common/net"
"github.com/xtls/xray-core/common/session"
"github.com/xtls/xray-core/core"
"github.com/xtls/xray-core/features/dns"
)