mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-11 00:10:19 -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
|
@ -6,11 +6,11 @@ import (
|
|||
"net/url"
|
||||
"strconv"
|
||||
|
||||
"github.com/edgelesssys/constellation/kms/pkg/kms"
|
||||
"github.com/edgelesssys/constellation/kms/pkg/kms/aws"
|
||||
"github.com/edgelesssys/constellation/kms/pkg/kms/azure"
|
||||
"github.com/edgelesssys/constellation/kms/pkg/kms/gcp"
|
||||
"github.com/edgelesssys/constellation/kms/pkg/storage"
|
||||
"github.com/edgelesssys/constellation/kms/kms"
|
||||
"github.com/edgelesssys/constellation/kms/kms/aws"
|
||||
"github.com/edgelesssys/constellation/kms/kms/azure"
|
||||
"github.com/edgelesssys/constellation/kms/kms/gcp"
|
||||
"github.com/edgelesssys/constellation/kms/storage"
|
||||
kmspb "google.golang.org/genproto/googleapis/cloud/kms/v1"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue