fix: update import in model.go

This commit is contained in:
kirden 2026-02-22 21:01:23 +03:00
parent 65ab01260f
commit e09db5ee66

View file

@ -2,10 +2,11 @@
package model package model
import ( import (
"encoding/json"
"fmt" "fmt"
"github.com/kirden31/3x-ui/v2/util/json_util" "github.com/mhsanaei/3x-ui/v2/util/json_util"
"github.com/kirden31/3x-ui/v2/xray" "github.com/mhsanaei/3x-ui/v2/xray"
) )
// Protocol represents the protocol type for Xray inbounds. // Protocol represents the protocol type for Xray inbounds.