File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
internal/cmd/intake/runner/update Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44 "context"
55 "encoding/json"
66 "fmt"
7- "github.com/goccy/go-yaml"
8- "github.com/stackitcloud/stackit-cli/internal/pkg/projectname"
97
8+ "github.com/goccy/go-yaml"
109 "github.com/spf13/cobra"
1110
1211 "github.com/stackitcloud/stackit-cli/internal/cmd/params"
@@ -16,6 +15,7 @@ import (
1615 "github.com/stackitcloud/stackit-cli/internal/pkg/flags"
1716 "github.com/stackitcloud/stackit-cli/internal/pkg/globalflags"
1817 "github.com/stackitcloud/stackit-cli/internal/pkg/print"
18+ "github.com/stackitcloud/stackit-cli/internal/pkg/projectname"
1919 "github.com/stackitcloud/stackit-cli/internal/pkg/services/intake/client"
2020 "github.com/stackitcloud/stackit-cli/internal/pkg/utils"
2121 "github.com/stackitcloud/stackit-sdk-go/services/intake"
You can’t perform that action at this time.
0 commit comments