Move cli/cloudprovider into internal/cloud

This commit is contained in:
katexochen 2022-06-07 11:08:44 +02:00 committed by Paul Meyer
parent aee4d44b45
commit 67b25d2771
33 changed files with 31 additions and 31 deletions

View file

@ -6,7 +6,7 @@ import (
"fmt"
"io"
"github.com/edgelesssys/constellation/cli/proto"
"github.com/edgelesssys/constellation/cli/internal/proto"
"github.com/edgelesssys/constellation/coordinator/atls"
"github.com/edgelesssys/constellation/coordinator/pubapi/pubproto"
"github.com/edgelesssys/constellation/coordinator/state"