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" )