unknown revision v1.2.0
srt0422 opened this issue · 2 comments
My golang project fails to build as a result of an unknown revision of uconfig.
I have this in my go.mod require list: github.com/omeid/uconfig v1.2.0
Here are my terminal commands and output:
I'm using golang version 1.19.4 darwin/amd64
I see here https://pkg.go.dev/github.com/omeid/uconfig/plugins that you have the module registered under the version v1.2.0, but your tags in the repo do not match:
I think this is the source of the problem.
As a workaround, I've forked the repo and replaced the path with my forked repo like so: replace github.com/omeid/uconfig => github.com/Lumerin-protocol/uconfig v0.0.5
My team isn't happy with the workaround, so I'm just wondering if you could add a matching tag for v1.2.0. I think that would solve the problem. or register the package under v0.0.4, and please create a matching tag.
that worked!!! thank you