Rework kms folder structure

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2022-03-24 15:16:20 +01:00 committed by Daniel Weiße
parent 1f856878e8
commit f8e9c70337
23 changed files with 40 additions and 41 deletions

View file

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