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

Error github.com/leekchan/accounting@v1.0.0: reading github.com/leekchan/accounting/go.mod at revision v1.0.0: unknown revision v1.0.0 #27

Open
Mgescud opened this issue Mar 23, 2022 · 5 comments

Comments

@Mgescud
Copy link

Mgescud commented Mar 23, 2022

When I try to execute the command

  "go get github.com/leekchan/accounting" 

I receive the error

  "go: github.com/leekchan/accounting@v1.0.0: reading github.com/leekchan/accounting/go.mod at revision v1.0.0: unknown revision v1.0.0"
@knakul853
Copy link

@Mgescud Having the same issue did you resolve it?

@Wairangu
Copy link

Wairangu commented May 23, 2022

I had the same problem. I solved it by changing this line in my go.mod file:

github.com/leekchan/accounting v1.0.0 to github.com/leekchan/accounting v0.3.1

Versions available are shown here https://github.com/leekchan/accounting/releases

@anaabdi
Copy link

anaabdi commented Dec 3, 2022

resolve the same problem by run
go get github.com/leekchan/accounting@latest

@idc77
Copy link

idc77 commented Feb 2, 2024

Was the v1.0.0 tag removed, or what is going on here?
https://github.com/i-love-flamingo/flamingo-commerce
has v1.0.0 in their go.mod
so either it existed previously and got removed,
or someone is hallucinating
or idk

@xD-saleem
Copy link

xD-saleem commented Feb 24, 2024

same issue, the latest version is v0.3.1

go get github.com/leekchan/accounting@latest go: downloading github.com/leekchan/accounting v0.3.1 go: downgraded github.com/leekchan/accounting v1.0.0 => v0.3.1
go get github.com/leekchan/accounting@latest

Did work but its just misleading that we're downgrading from v1 to v0.3.1

Thanks

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

6 participants