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

go: github.com/ohler55/ojg@v1.12.9: invalid version: unknown revision v1.12.9 #55

Closed
Bernigend opened this issue Jan 4, 2024 · 5 comments

Comments

@Bernigend
Copy link

The module requests a dependency that apparently no longer exists, because the last tag that is in the specified repository is 1.15.0 (but it is available at https://pkg.go.dev/github.com/ohler55/ojg@v1.12.9)

.../go list -modfile=.../go.mod -m -json -mod=mod all #gosetup
go: github.com/ohler55/ojg@v1.12.9: invalid version: unknown revision v1.12.9

It only helps to forcibly specify a newer version 1.21.1

require (
    ...
    github.com/ozontech/cute v0.1.14
    ...
)

require (
    ...
    github.com/ohler55/ojg v1.21.0 // indirect
    ...
)
@KaymeKaydex
Copy link

use replace github.com/ozontech/cute v0.1.15 => github.com/KaymeKaydex/cute v0.1.2 as temprorary hotfix

@KaymeKaydex
Copy link

@siller174 , can u review my changes with newer version with existing tag, looks like critical error

@siller174
Copy link
Collaborator

Thank you. I will merge it this evening.

@siller174
Copy link
Collaborator

I merged you PR but decided to upgrade all in #60, please check it if you have a tive

@siller174
Copy link
Collaborator

Fixed in v0.1.16.
Thank you a lot for your fix. You are welcome at all times.

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

3 participants