mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-27 09:15:22 -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
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue