Merge branch 'trunk' of github.com:cli/cli into jg/move-codespace-api

This commit is contained in:
Jose Garcia 2021-09-30 11:52:22 -04:00
commit 94953ed3fc
17 changed files with 8 additions and 8 deletions

View file

@ -7,7 +7,7 @@ import (
"time"
"github.com/cli/cli/v2/internal/codespaces/api"
"github.com/cli/cli/v2/internal/liveshare"
"github.com/cli/cli/v2/pkg/liveshare"
)
type logger interface {

View file

@ -10,7 +10,7 @@ import (
"time"
"github.com/cli/cli/v2/internal/codespaces/api"
"github.com/cli/cli/v2/internal/liveshare"
"github.com/cli/cli/v2/pkg/liveshare"
)
// PostCreateStateStatus is a string value representing the different statuses a state can have.