fix: issues

This commit is contained in:
Rogee
2025-02-10 15:10:39 +08:00
parent eb13231e9e
commit 266c2c4767
8 changed files with 91 additions and 15 deletions

View File

@@ -23,8 +23,8 @@ func Render(filename string, conf []Provider) error {
}()
imports := map[string]string{
"git.ipao.vip/rogeecn/atom/container": "",
"git.ipao.vip/rogeecn/atom/utils/opt": "",
atomPackage("container"): "",
atomPackage("opt"): "",
}
lo.ForEach(conf, func(item Provider, _ int) {
for k, v := range item.Imports {