Due to the replace clause in the go.mod file of this repository, go get fails with the following errors:
go: found github.com/cli/cli/cmd/gh in github.com/cli/cli v0.11.0
# github.com/cli/cli/api
go/pkg/mod/github.com/cli/cli@v0.11.0/api/queries_issue.go:393:12: gql.MutateNamed undefined (type *graphql.Client has no field or method MutateNamed)
go/pkg/mod/github.com/cli/cli@v0.11.0/api/queries_issue.go:418:12: gql.MutateNamed undefined (type *graphql.Client has no field or method MutateNamed)
go/pkg/mod/github.com/cli/cli@v0.11.0/api/queries_repo.go:148:12: too many errors
I highly recommend either removing this replace clause here either by contributing the changes upstream or forking the repo and changing the import path.
Thanks!
Due to the
replaceclause in the go.mod file of this repository,go getfails with the following errors:I highly recommend either removing this replace clause here either by contributing the changes upstream or forking the repo and changing the import path.
Thanks!