refactor: swap pkg/framework imports to pkg/core

Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
Snider 2026-03-06 14:11:08 +00:00
parent 2705ca5bf3
commit 2a9fe868e7
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ import (
coreerr "forge.lthn.ai/core/go-log"
coreio "forge.lthn.ai/core/go-io"
core "forge.lthn.ai/core/go/pkg/framework/core"
core "forge.lthn.ai/core/go/pkg/core"
"github.com/spf13/viper"
"gopkg.in/yaml.v3"
)

View file

@ -5,7 +5,7 @@ import (
coreerr "forge.lthn.ai/core/go-log"
"forge.lthn.ai/core/go-io"
core "forge.lthn.ai/core/go/pkg/framework/core"
core "forge.lthn.ai/core/go/pkg/core"
)
// Service wraps Config as a framework service with lifecycle support.