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

Incorrect module url? #15

Open
jryberg opened this issue Aug 14, 2024 · 0 comments
Open

Incorrect module url? #15

jryberg opened this issue Aug 14, 2024 · 0 comments

Comments

@jryberg
Copy link

jryberg commented Aug 14, 2024

It's not possible to install rsyslog_exporter since the go.mod are referring to "github.com/aleroyer/rsyslog_exporter"

go install github.com/prometheus-community/[email protected]
go: downloading github.com/prometheus-community/rsyslog_exporter v1.1.0
go: github.com/prometheus-community/[email protected]: version constraints conflict:
	github.com/prometheus-community/[email protected]: parsing go.mod:
	module declares its path as: github.com/aleroyer/rsyslog_exporter
	        but was required as: github.com/prometheus-community/rsyslog_exporter

Maybe the path needs to be updated in go.mod to "github.com/prometheus-community/rsyslog_exporter"?

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

1 participant