File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ func initGlobal() {
31
31
}
32
32
33
33
app .Root = app .Conf .MustString ("app.root" )
34
- app .Version = "2.3.20 "
34
+ app .Version = "2.3.21 "
35
35
app .Locale = app .Conf .MustString ("app.locale" )
36
36
37
37
// 初始化时区
Original file line number Diff line number Diff line change @@ -3,10 +3,11 @@ package db
3
3
import (
4
4
"database/sql"
5
5
"fmt"
6
- _ "github.com/go-sql-driver/mysql"
7
6
"regexp"
8
7
"slices"
9
8
9
+ _ "github.com/go-sql-driver/mysql"
10
+
10
11
"github.com/TheTNB/panel/pkg/types"
11
12
)
12
13
Original file line number Diff line number Diff line change @@ -3,9 +3,10 @@ package db
3
3
import (
4
4
"database/sql"
5
5
"fmt"
6
- _ "github.com/lib/pq"
7
6
"slices"
8
7
8
+ _ "github.com/lib/pq"
9
+
9
10
"github.com/TheTNB/panel/pkg/systemctl"
10
11
"github.com/TheTNB/panel/pkg/types"
11
12
)
You can’t perform that action at this time.
0 commit comments