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

feat: 替换弃用的gopkg.in/yaml.v3包

This commit is contained in:
2025-06-22 20:14:27 +08:00
parent 3161c61001
commit 8bb6bd1882
4 changed files with 6 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ import (
"github.com/knadh/koanf/v2"
"github.com/leonelquinteros/gotext"
"github.com/spf13/cast"
"gopkg.in/yaml.v3"
"go.yaml.in/yaml/v3"
"gorm.io/gorm"
"github.com/tnb-labs/panel/internal/app"