-
Notifications
You must be signed in to change notification settings - Fork 273
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/ugorji/go@v1.1.5-pre: unknown revision v1.1.5-pre #128
Comments
Hi. ugorji author here. This was my mistake. The v1.1.5-pre tag was a pre-release tag that I used to test out how to implement modules robustly. I was confident (incorrectly) that no one was using it. I have not found a way to restore the tag. Please please - update to a more recent version, preferably github.com/ugorji/go/codec v1.1.12 or later. |
+1 Same problem here |
What problem are you having? The prior issue should be resolved - see https://github.com/ugorji/go/tree/v1.1.5-pre , though I still believe we should upgrade to a recent version (currently v1.1.13). |
@ugorji go: github.com/ugorji/go/codec@v1.1.5-pre: unknown revision codec/v1.1.5-pre Here is the detail in our server(Google app engine)
any suggestion? |
That's surprising. i can see it on pkg.go.dev I can also see it here: https://proxy.golang.org/github.com/ugorji/go/codec/@v/v1.1.5-pre.info which returns
So - I don't have any good suggestions. Hopefully one of the developers here can just update their dependencies, or you can do a |
Have problem with
go mod download
in project using gin-swagger:As I see gin-swagger still use ugorji 1.1.5-pre but this tag is not exists now:
gin-swagger/go.mod
Line 13 in 0be4802
This helped me:
But would be better to update dependencies in this project. Thanks.
The text was updated successfully, but these errors were encountered: