Update go-gh to v2 (#7299)

* Update go-gh

* Update code for go-gh v2
This commit is contained in:
Sam Coe 2023-04-16 15:34:23 +10:00 committed by GitHub
parent c0855a3e61
commit dbc2f05124
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 55 additions and 57 deletions

View file

@ -14,7 +14,7 @@ import (
"github.com/cli/cli/v2/pkg/cmd/auth/shared"
"github.com/cli/cli/v2/pkg/cmdutil"
"github.com/cli/cli/v2/pkg/iostreams"
ghAuth "github.com/cli/go-gh/pkg/auth"
ghAuth "github.com/cli/go-gh/v2/pkg/auth"
"github.com/spf13/cobra"
)