mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-27 07:06:56 -05:00
move update api
This commit is contained in:
parent
ebf852b3ba
commit
9bccf26ccf
4 changed files with 2 additions and 2 deletions
|
|
@ -15,11 +15,11 @@ import (
|
|||
"strings"
|
||||
"testing"
|
||||
|
||||
"github.com/edgelesssys/constellation/v2/cli/internal/update"
|
||||
"github.com/edgelesssys/constellation/v2/internal/cloud/cloudprovider"
|
||||
"github.com/edgelesssys/constellation/v2/internal/config"
|
||||
"github.com/edgelesssys/constellation/v2/internal/constants"
|
||||
"github.com/edgelesssys/constellation/v2/internal/file"
|
||||
"github.com/edgelesssys/constellation/v2/internal/update"
|
||||
"github.com/spf13/afero"
|
||||
"github.com/spf13/cobra"
|
||||
"github.com/stretchr/testify/assert"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue