You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey All,
Whenever I run go run github.com/99designs/gqlgen generate
I'm getting the following error: go: finding module for package github.com/hashicorp/golang-lru test imports github.com/99designs/gqlgen/graphql/handler imports github.com/99designs/gqlgen/graphql/handler/lru imports github.com/hashicorp/golang-lru: module github.com/hashicorp/golang-lru@latest found (v1.0.1), but does not contain package github.com/hashicorp/golang-lru tidy failed: go mod tidy failed: exit status 1 exit status 1
This only started happening as of today. Any thoughts on what I'm doing wrong here?
versions
v0.17.20
go version go1.19.2 darwin/amd64
The text was updated successfully, but these errors were encountered:
Hey All,
Whenever I run
go run github.com/99designs/gqlgen generate
I'm getting the following error:
go: finding module for package github.com/hashicorp/golang-lru test imports github.com/99designs/gqlgen/graphql/handler imports github.com/99designs/gqlgen/graphql/handler/lru imports github.com/hashicorp/golang-lru: module github.com/hashicorp/golang-lru@latest found (v1.0.1), but does not contain package github.com/hashicorp/golang-lru tidy failed: go mod tidy failed: exit status 1 exit status 1
This only started happening as of today. Any thoughts on what I'm doing wrong here?
versions
v0.17.20
go version go1.19.2 darwin/amd64
The text was updated successfully, but these errors were encountered: