2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 10:17:17 +08:00

feat: 使用docker v29版本客户端

This commit is contained in:
2025-11-14 03:53:01 +08:00
parent 4c4c8647cd
commit c74a6208a1
7 changed files with 341 additions and 131 deletions

View File

@@ -6,12 +6,13 @@ import (
"slices"
"strings"
"github.com/acepanel/panel/pkg/punycode"
"github.com/go-chi/chi/v5"
"github.com/knadh/koanf/v2"
"github.com/leonelquinteros/gotext"
"github.com/libtnb/chix"
"github.com/libtnb/sessions"
"github.com/acepanel/panel/pkg/punycode"
)
// Entrance 确保通过正确的入口访问

View File

@@ -5,7 +5,6 @@ import (
"net/http"
"path/filepath"
"github.com/acepanel/panel/internal/app"
"github.com/go-chi/chi/v5"
"github.com/go-chi/chi/v5/middleware"
"github.com/go-chi/httplog/v3"
@@ -16,6 +15,7 @@ import (
sessionmiddleware "github.com/libtnb/sessions/middleware"
"gopkg.in/natefinch/lumberjack.v2"
"github.com/acepanel/panel/internal/app"
"github.com/acepanel/panel/internal/biz"
)