99designs / gqlgen

go generate based graphql server library
https://gqlgen.com
MIT License
9.87k stars 1.15k forks source link

unrecognized import path "sourcegraph.com/sourcegraph/appdash-data": reading https://sourcegraph.com/sourcegraph/appdash-data?go-get=***: 404 Not Found #2867

Open subashreddi6 opened 8 months ago

subashreddi6 commented 8 months ago

What happened?

gqlgen v0.13.0 has this package dependency which is no longer available.

What did you expect?

Minimal graphql.schema and models to reproduce

versions

oneilkwangwanh commented 8 months ago

I am seeing the same issue with

go 1.19 and gqlgen@v0.14.0

Stratoff commented 8 months ago

Same to me go 1.21 and gqlgen@v0.17.3

udhaykumarbala commented 8 months ago

Same to me go 1.21 and gqlgen@v0.17.3

same version same issue

chelzeasalvador-ubidy commented 8 months ago

I am seeing the same issue with

go 1.17.2 and gqlgen@v0.14.0

srz-das commented 8 months ago

Facing the same issue, Do any solutions?

Stratoff commented 8 months ago

This PR fix was completed and it is now in master branch

subashreddi6 commented 8 months ago

This PR fix was completed and it is now in master branch

This only fixes the latest version I believe. Older versions still refer to the sourcegraph

toyohashi6140 commented 8 months ago

@subashreddi6 The appdash issue in the latest version 0.17.41 is something that has already been resolved regardless of this PR, so I think it's a good idea to do your best to upgrade to this version

smitthakkar96 commented 8 months ago

Can we back-port this fix to older versions? We depend on another open-source library using v0.11.3, which we are getting. Upgrading would require a contribution to be accepted upstream, which might take some time. Currently it's a blocker for us to run the code locally.

go: github.com/99designs/gqlgen@v0.11.3 requires
        sourcegraph.com/sourcegraph/appdash@v0.0.0-20180110180208-2cc67fd64755: unrecognized import path "sourcegraph.com/sourcegraph/appdash": reading https://sourcegraph.com/sourcegraph/appdash?go-get=1: 404 Not Found