Skip to content

Incorrect module url? #15

Open
Open
@jryberg

Description

@jryberg

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"?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions