From fd8f2ebe037339344f8ef3f39de94b34a94b68ac Mon Sep 17 00:00:00 2001 From: Rogee Date: Wed, 8 Jan 2025 15:10:54 +0800 Subject: [PATCH] fix: config container --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index ca7c190..b549974 100644 --- a/config/config.go +++ b/config/config.go @@ -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" )