File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ import (
55 "fmt"
66 "strings"
77
8+ "gorm.io/gorm"
9+
810 "github.com/mhsanaei/3x-ui/v3/internal/database"
911 "github.com/mhsanaei/3x-ui/v3/internal/database/model"
1012 "github.com/mhsanaei/3x-ui/v3/internal/util/common"
11- "gorm.io/gorm"
1213)
1314
1415type transportBits uint8
Original file line number Diff line number Diff line change @@ -9,9 +9,10 @@ import (
99 "strings"
1010 "sync"
1111
12+ "gorm.io/gorm"
13+
1214 "github.com/mhsanaei/3x-ui/v3/internal/database"
1315 "github.com/mhsanaei/3x-ui/v3/internal/database/model"
14- "gorm.io/gorm"
1516)
1617
1718const portReservationsGateEnv = "XUI_ENFORCE_PORT_RESERVATIONS"
Original file line number Diff line number Diff line change @@ -9,9 +9,10 @@ import (
99 "testing"
1010 "time"
1111
12+ "gorm.io/gorm"
13+
1214 "github.com/mhsanaei/3x-ui/v3/internal/database"
1315 "github.com/mhsanaei/3x-ui/v3/internal/database/model"
14- "gorm.io/gorm"
1516)
1617
1718// setupPortReservationDB makes every H-04 test hermetic on the shared scratch
You can’t perform that action at this time.
0 commit comments