remove go.mod change

This commit is contained in:
Parth Patel 2021-10-08 17:18:15 -04:00
parent 2ff8732836
commit b9c60e8dc8
2 changed files with 1 additions and 3 deletions

2
go.mod
View file

@ -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

View file

@ -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