githubexporter / github-exporter

:octocat: Prometheus exporter for github metrics
MIT License
425 stars 121 forks source link

Rename module name and imports #100

Closed marctc closed 1 year ago

marctc commented 1 year ago

I tried to import the exporter using the new organization but I got this error:

        github.com/githubexporter/github-exporter/config: github.com/githubexporter/github-exporter@v0.0.0-20230823145513-2de8370ecdf1: parsing go.mod:
        module declares its path as: github.com/infinityworks/github-exporter
                but was required as: github.com/githubexporter/github-exporter

I suspect is because the module name was not renamed. This PR changes it.

henrymcconville commented 1 year ago

Thanks for the PR! This has been released in version 1.0.5.

marctc commented 1 year ago

Thanks for the PR! This has been released in version 1.0.5.

Thanks!!