ccremer / paperless-cli

CLI tool to interact with paperless-ngx remote API
GNU General Public License v3.0
7 stars 2 forks source link

[Bug] go get is not working #52

Closed r-franzke closed 6 months ago

r-franzke commented 6 months ago

Describe the bug

$ go install github.com/ccremer/paperless-cli@latest

go: github.com/ccremer/paperless-cli@latest: version constraints conflict:
        github.com/ccremer/paperless-cli@v0.5.0: parsing go.mod:
        module declares its path as: github.com/ccremer/clustercode
                but was required as: github.com/ccremer/paperless-cli

Additional context

Add any other context about the problem here.

Logs

If applicable, add logs to help explain your problem.

Expected behavior

A clear and concise description of what you expected to happen.

To Reproduce

Steps to reproduce the behavior:

  1. ...

Environment (please complete the following information):

ccremer commented 6 months ago

oops, sorry about this one, this is an error that originally roots back to a copy paste mistake that I didn't notice.

I've fixed this now in v0.5.1. Thanks for reporting! Please try again and reopen if still not working.

r-franzke commented 6 months ago

Thank you!