From 1ee991b458a993afa8ed946068d9965fdd8ca32e Mon Sep 17 00:00:00 2001 From: yuzuki999 Date: Tue, 11 Oct 2022 16:05:19 +0800 Subject: [PATCH] fix import --- node/controller/inbound.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"