mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-12 21:11:26 -05:00
Rework mount folder structure
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
f8e9c70337
commit
7626765d87
@ -5,7 +5,7 @@ import (
|
|||||||
"errors"
|
"errors"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/edgelesssys/constellation/mount/pkg/kms"
|
"github.com/edgelesssys/constellation/mount/kms"
|
||||||
cryptsetup "github.com/martinjungblut/go-cryptsetup"
|
cryptsetup "github.com/martinjungblut/go-cryptsetup"
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
)
|
)
|
@ -6,8 +6,8 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"log"
|
"log"
|
||||||
|
|
||||||
"github.com/edgelesssys/constellation/mount/pkg/cryptmapper"
|
"github.com/edgelesssys/constellation/mount/cryptmapper"
|
||||||
"github.com/edgelesssys/constellation/mount/pkg/kms"
|
"github.com/edgelesssys/constellation/mount/kms"
|
||||||
"k8s.io/klog"
|
"k8s.io/klog"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -9,8 +9,8 @@ import (
|
|||||||
"os/exec"
|
"os/exec"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/edgelesssys/constellation/mount/pkg/cryptmapper"
|
"github.com/edgelesssys/constellation/mount/cryptmapper"
|
||||||
"github.com/edgelesssys/constellation/mount/pkg/kms"
|
"github.com/edgelesssys/constellation/mount/kms"
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
"github.com/stretchr/testify/require"
|
"github.com/stretchr/testify/require"
|
||||||
"k8s.io/klog"
|
"k8s.io/klog"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user