Move internal/api to internal/codespaces/api

This commit is contained in:
Jose Garcia 2021-09-30 11:06:43 -04:00
parent 877ad22da6
commit b5bbb442fd
13 changed files with 12 additions and 12 deletions

View file

@ -9,7 +9,7 @@ import (
"github.com/AlecAivazis/survey/v2"
"github.com/cli/cli/v2/cmd/ghcs/output"
"github.com/cli/cli/v2/internal/api"
"github.com/cli/cli/v2/internal/codespaces/api"
"github.com/cli/cli/v2/internal/codespaces"
"github.com/fatih/camelcase"
"github.com/spf13/cobra"