We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 352a6e4 commit 126a79fCopy full SHA for 126a79f
internal/cmd/beta/volume/resize/resize.go
@@ -3,7 +3,6 @@ package resize
3
import (
4
"context"
5
"fmt"
6
- "github.com/spf13/cobra"
7
8
"github.com/stackitcloud/stackit-cli/internal/pkg/args"
9
cliErr "github.com/stackitcloud/stackit-cli/internal/pkg/errors"
@@ -15,6 +14,8 @@ import (
15
14
iaasUtils "github.com/stackitcloud/stackit-cli/internal/pkg/services/iaas/utils"
16
"github.com/stackitcloud/stackit-cli/internal/pkg/utils"
17
"github.com/stackitcloud/stackit-sdk-go/services/iaas"
+
18
+ "github.com/spf13/cobra"
19
)
20
21
const (
0 commit comments