refactor: swap pkg/framework imports to pkg/core
Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
7468c38906
commit
c7959ecfef
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ import (
|
|||
"github.com/ProtonMail/go-crypto/openpgp/packet"
|
||||
|
||||
core "forge.lthn.ai/core/go-log"
|
||||
framework "forge.lthn.ai/core/go/pkg/framework/core"
|
||||
framework "forge.lthn.ai/core/go/pkg/core"
|
||||
)
|
||||
|
||||
// Service implements the framework.Crypt interface using OpenPGP.
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import (
|
|||
"bytes"
|
||||
"testing"
|
||||
|
||||
framework "forge.lthn.ai/core/go/pkg/framework/core"
|
||||
framework "forge.lthn.ai/core/go/pkg/core"
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue