remove go.mod change
This commit is contained in:
parent
2ff8732836
commit
b9c60e8dc8
2 changed files with 1 additions and 3 deletions
2
go.mod
2
go.mod
|
|
@ -47,5 +47,3 @@ require (
|
|||
replace github.com/shurcooL/graphql => github.com/cli/shurcooL-graphql v0.0.0-20200707151639-0f7232a2bf7e
|
||||
|
||||
replace golang.org/x/crypto => github.com/cli/crypto v0.0.0-20210929142629-6be313f59b03
|
||||
|
||||
replace github.com/cli/cli/v2/pkg/cmd/repo/rename => /cli/cli/v2/pkg/cmd/repo/rename
|
||||
|
|
@ -113,7 +113,7 @@ func runRename(apiClient *api.Client, hostname string, repoDetails *api.Reposito
|
|||
if err := enc.Encode(input); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
|
||||
err := apiClient.REST(hostname, "PATCH", path, body, nil)
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue