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

Dependencies on github.com/outcaste-io/ristretto v0.2.0 are failing #12934

Closed
jpkrohling opened this issue Aug 3, 2022 · 4 comments · Fixed by #12962
Closed

Dependencies on github.com/outcaste-io/ristretto v0.2.0 are failing #12934

jpkrohling opened this issue Aug 3, 2022 · 4 comments · Fixed by #12962
Labels
bug Something isn't working

Comments

@jpkrohling
Copy link
Member

Apparently, we have a dependency on a specific tag for the module "github.com/outcaste-io/ristretto", but that version does not exist. This has been failing for a few days for me, but it didn't fail on CI. When releasing contrib, it did fail again.

@jpkrohling
Copy link
Member Author

Related to: DataDog/datadog-agent#12992

@TylerHelmuth
Copy link
Member

@jpkrohling is this a release blocker?

@jpkrohling
Copy link
Member Author

Not really, I'm preparing the release with a change to the go.mod containing a "replace" directive.

@mx-psi
Copy link
Member

mx-psi commented Aug 4, 2022

DataDog/datadog-agent/pull/12992 got merged, but I can't upgrade the modules used here yet because of other issues.

There is a workaround for most users, which is to run:

go env -w GOPROXY="https://proxy.golang.org,direct"

to enforce usage of the official Go proxy. This is not available in certain regions (e.g. China) or when having certain network restrictions, so I recognize that this remains an issue even with the workaround and I am working so that we can remove this dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants