mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-02-27 20:53:01 +00:00
fix: update import in model.go
This commit is contained in:
parent
65ab01260f
commit
e09db5ee66
1 changed files with 3 additions and 2 deletions
|
|
@ -2,10 +2,11 @@
|
|||
package model
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
|
||||
"github.com/kirden31/3x-ui/v2/util/json_util"
|
||||
"github.com/kirden31/3x-ui/v2/xray"
|
||||
"github.com/mhsanaei/3x-ui/v2/util/json_util"
|
||||
"github.com/mhsanaei/3x-ui/v2/xray"
|
||||
)
|
||||
|
||||
// Protocol represents the protocol type for Xray inbounds.
|
||||
|
|
|
|||
Loading…
Reference in a new issue