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

github.com/antonmedv/expr does not exist anymore #27566

Closed
rapphil opened this issue Oct 9, 2023 · 6 comments
Closed

github.com/antonmedv/expr does not exist anymore #27566

rapphil opened this issue Oct 9, 2023 · 6 comments

Comments

@rapphil
Copy link
Contributor

rapphil commented Oct 9, 2023

Component(s)

exporter/datadog, internal/filter, pkg/stanza, processor/attributes, processor/filter, processor/logstransform, receiver/azureeventhub, receiver/filelog, receiver/journald, receiver/mongodbatlas, receiver/otlpjsonfile, receiver/receivercreator, receiver/sqlquery, receiver/syslog, receiver/tcplog, receiver/udplog, receiver/windowseventlog

What happened?

Description

github.com/antonmedv/expr is used as dependency for several of the components in collector-contrib.

Search.

However it seems that the repository github.com/antonmedv/expr was removed and the account deleted.

Steps to Reproduce

run go mod tidy with GOPROXY='direct'

After that you should get this error:

        github.com/open-telemetry/opentelemetry-collector-contrib/exporter/awsemfexporter: github.com/antonmedv/expr@v1.14.3: reading github.com/antonmedv/expr/go.mod at revisio
n v1.14.3: git ls-remote -q origin in /home/rapphil/go/pkg/mod/cache/vcs/70dfb0ccd5a0e6a21da465bbcd6696e359a57b885c18bf5d832ebab507766bdb: exit status 128:

I understand that we can rely on the public module proxy to deal with this situation, but if this is permanent, we will need a plan to migrate to another dependency.

Collector version

v0.84.0

Environment information

Environment

OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")

OpenTelemetry Collector configuration

No response

Log output

No response

Additional context

No response

@github-actions
Copy link
Contributor

github-actions bot commented Oct 9, 2023

Pinging code owners:

See Adding Labels via Comments if you do not have permissions to add labels yourself.

@djaglowski
Copy link
Member

The author appears to have stated on social media that their github account was flagged for unknown reasons. They point out that they recently created a backup here. I've forked this backup as a possible escape hatch if the author's account is not restored.

image

image

@djaglowski
Copy link
Member

This search includes several recent forks of the original repository, as well as some which were restored from sourceforge.

@mx-psi
Copy link
Member

mx-psi commented Oct 10, 2023

The copy we use on CI via the Go proxy lives at https://proxy.golang.org/github.com/antonmedv/expr/@v/v1.14.3.zip. We should verify any fork we use against this copy

@djaglowski
Copy link
Member

The original account and repo have been restored.

https://github.com/antonmedv/expr

@TylerHelmuth
Copy link
Member

Can we call this closed since it is back?

@mx-psi mx-psi closed this as completed Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants