mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-06-08 20:19:12 -04:00
update version: auto replacement to v5 path
This commit is contained in:
@@ -3,20 +3,20 @@ package v2binding
|
||||
import (
|
||||
"google.golang.org/protobuf/types/known/anypb"
|
||||
|
||||
core "github.com/v2fly/v2ray-core/v4"
|
||||
"github.com/v2fly/v2ray-core/v4/app/commander"
|
||||
"github.com/v2fly/v2ray-core/v4/app/dispatcher"
|
||||
"github.com/v2fly/v2ray-core/v4/app/instman"
|
||||
"github.com/v2fly/v2ray-core/v4/app/instman/command"
|
||||
"github.com/v2fly/v2ray-core/v4/app/proxyman"
|
||||
"github.com/v2fly/v2ray-core/v4/app/router"
|
||||
"github.com/v2fly/v2ray-core/v4/common/net"
|
||||
"github.com/v2fly/v2ray-core/v4/common/serial"
|
||||
core "github.com/v2fly/v2ray-core/v5"
|
||||
"github.com/v2fly/v2ray-core/v5/app/commander"
|
||||
"github.com/v2fly/v2ray-core/v5/app/dispatcher"
|
||||
"github.com/v2fly/v2ray-core/v5/app/instman"
|
||||
"github.com/v2fly/v2ray-core/v5/app/instman/command"
|
||||
"github.com/v2fly/v2ray-core/v5/app/proxyman"
|
||||
"github.com/v2fly/v2ray-core/v5/app/router"
|
||||
"github.com/v2fly/v2ray-core/v5/common/net"
|
||||
"github.com/v2fly/v2ray-core/v5/common/serial"
|
||||
|
||||
// Initialization
|
||||
_ "github.com/v2fly/v2ray-core/v4/main/distro/all"
|
||||
"github.com/v2fly/v2ray-core/v4/proxy/blackhole"
|
||||
"github.com/v2fly/v2ray-core/v4/proxy/dokodemo"
|
||||
_ "github.com/v2fly/v2ray-core/v5/main/distro/all"
|
||||
"github.com/v2fly/v2ray-core/v5/proxy/blackhole"
|
||||
"github.com/v2fly/v2ray-core/v5/proxy/dokodemo"
|
||||
)
|
||||
|
||||
type bindingInstance struct {
|
||||
|
||||
Reference in New Issue
Block a user