removing unused dependencies

This commit is contained in:
Mike McDonald 2021-10-15 22:05:54 +00:00 committed by GitHub
parent 5f98c9d2e4
commit e175d0f0a6

View file

@ -5,13 +5,11 @@ import (
"errors"
"fmt"
"os"
"strings"
"github.com/AlecAivazis/survey/v2"
"github.com/cli/cli/v2/internal/codespaces"
"github.com/cli/cli/v2/internal/codespaces/api"
"github.com/cli/cli/v2/pkg/cmd/codespace/output"
"github.com/fatih/camelcase"
"github.com/spf13/cobra"
)