fix: config container

This commit is contained in:
Rogee
2025-01-08 15:10:54 +08:00
parent 95510b8eac
commit fd8f2ebe03

View File

@@ -4,8 +4,8 @@ import (
"log"
"path/filepath"
"git.ipao.vip/rogeecn/atom/container"
"github.com/pkg/errors"
"github.com/rogeecn/atom/container"
"github.com/spf13/viper"
)