mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-26 00:35:19 -04:00
Rework mount folder structure
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
f8e9c70337
commit
7626765d87
7 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@ import (
|
|||
"errors"
|
||||
"testing"
|
||||
|
||||
"github.com/edgelesssys/constellation/mount/pkg/kms"
|
||||
"github.com/edgelesssys/constellation/mount/kms"
|
||||
cryptsetup "github.com/martinjungblut/go-cryptsetup"
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
|
@ -6,8 +6,8 @@ import (
|
|||
"fmt"
|
||||
"log"
|
||||
|
||||
"github.com/edgelesssys/constellation/mount/pkg/cryptmapper"
|
||||
"github.com/edgelesssys/constellation/mount/pkg/kms"
|
||||
"github.com/edgelesssys/constellation/mount/cryptmapper"
|
||||
"github.com/edgelesssys/constellation/mount/kms"
|
||||
"k8s.io/klog"
|
||||
)
|
||||
|
||||
|
|
|
@ -9,8 +9,8 @@ import (
|
|||
"os/exec"
|
||||
"testing"
|
||||
|
||||
"github.com/edgelesssys/constellation/mount/pkg/cryptmapper"
|
||||
"github.com/edgelesssys/constellation/mount/pkg/kms"
|
||||
"github.com/edgelesssys/constellation/mount/cryptmapper"
|
||||
"github.com/edgelesssys/constellation/mount/kms"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"k8s.io/klog"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue