diff options
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/v2ray/dat_in.go | 2 | ||||
| -rw-r--r-- | plugin/v2ray/dat_out.go | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/plugin/v2ray/dat_in.go b/plugin/v2ray/dat_in.go index a8e1974f..8f65c6e4 100644 --- a/plugin/v2ray/dat_in.go +++ b/plugin/v2ray/dat_in.go @@ -10,7 +10,7 @@ import ( "strings" "github.com/Loyalsoldier/geoip/lib" - "github.com/v2fly/v2ray-core/v4/app/router" + router "github.com/v2fly/v2ray-core/v5/app/router/routercommon" "google.golang.org/protobuf/proto" ) diff --git a/plugin/v2ray/dat_out.go b/plugin/v2ray/dat_out.go index 7e2f01ec..345b85ce 100644 --- a/plugin/v2ray/dat_out.go +++ b/plugin/v2ray/dat_out.go @@ -10,8 +10,8 @@ import ( "strings" "github.com/Loyalsoldier/geoip/lib" - "github.com/v2fly/v2ray-core/v4/app/router" - "github.com/v2fly/v2ray-core/v4/infra/conf/rule" + router "github.com/v2fly/v2ray-core/v5/app/router/routercommon" + "github.com/v2fly/v2ray-core/v5/infra/conf/rule" "google.golang.org/protobuf/proto" ) |
