Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
subashreddi6 opened this issue Dec 19, 2023 · 9 comments

Comments

@subashreddi6
Copy link

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

  • go run github.com/99designs/gqlgen version? v0.13.0
  • go version? go 1.19
@oneilkwangwanh
Copy link

I am seeing the same issue with

go 1.19 and gqlgen@v0.14.0

@Stratoff
Copy link

Same to me
go 1.21 and gqlgen@v0.17.3

@udhaykumarbala
Copy link

Same to me go 1.21 and gqlgen@v0.17.3

same version same issue

@chelzeasalvador-ubidy
Copy link

chelzeasalvador-ubidy commented Dec 20, 2023

I am seeing the same issue with

go 1.17.2 and gqlgen@v0.14.0

@srz-das
Copy link

srz-das commented Dec 22, 2023

Facing the same issue, Do any solutions?

@Stratoff
Copy link

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

@subashreddi6
Copy link
Author

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
Copy link

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants