mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-27 17:25:20 -04:00
Rework kms folder structure
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
1f856878e8
commit
f8e9c70337
23 changed files with 40 additions and 41 deletions
|
@ -14,9 +14,9 @@ import (
|
|||
"github.com/aws/aws-sdk-go-v2/service/kms"
|
||||
"github.com/aws/aws-sdk-go-v2/service/s3"
|
||||
"github.com/aws/aws-sdk-go-v2/service/s3/types"
|
||||
kmsconfig "github.com/edgelesssys/constellation/kms/pkg/config"
|
||||
awsInterface "github.com/edgelesssys/constellation/kms/pkg/kms/aws"
|
||||
"github.com/edgelesssys/constellation/kms/pkg/storage"
|
||||
kmsconfig "github.com/edgelesssys/constellation/kms/config"
|
||||
awsInterface "github.com/edgelesssys/constellation/kms/kms/aws"
|
||||
"github.com/edgelesssys/constellation/kms/storage"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue