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

@ -8,9 +8,9 @@ import (
"testing"
"time"
"github.com/edgelesssys/constellation/kms/pkg/config"
"github.com/edgelesssys/constellation/kms/pkg/kms/azure"
"github.com/edgelesssys/constellation/kms/pkg/storage"
"github.com/edgelesssys/constellation/kms/config"
"github.com/edgelesssys/constellation/kms/kms/azure"
"github.com/edgelesssys/constellation/kms/storage"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)