diff --git a/node/controller/inbound.go b/node/controller/inbound.go index c03408c..4f78015 100644 --- a/node/controller/inbound.go +++ b/node/controller/inbound.go @@ -1,11 +1,11 @@ package controller import ( - "encoding/json" "fmt" "github.com/Yuzuki616/V2bX/api/panel" "github.com/Yuzuki616/V2bX/conf" "github.com/Yuzuki616/V2bX/node/controller/legoCmd" + "github.com/goccy/go-json" "github.com/xtls/xray-core/common/net" "github.com/xtls/xray-core/common/uuid" "github.com/xtls/xray-core/core"