Rework mount folder structure

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2022-03-24 15:17:57 +01:00 committed by Daniel Weiße
parent f8e9c70337
commit 7626765d87
7 changed files with 5 additions and 5 deletions

View File

@ -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"
) )

View File

@ -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"
) )

View File

@ -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"