omissis / go-jsonschema

A tool to generate Go data types from JSON Schema definitions.
MIT License
559 stars 89 forks source link

Go module import path needs an update after repo move #243

Open jamietanna opened 2 months ago

jamietanna commented 2 months ago

https://github.com/omissis/go-jsonschema/blob/d5d9fa3b4070d11595c0da61f1893810dc88a504/go.mod#L1 refers to the old location, which means that trying to install it from:

go install github.com/omissis/go-jsonschema@latest

Will fail

jamietanna commented 2 months ago

Will also be the case for the README

omissis commented 2 months ago

hi, yeah that is intended as the repo was moved over and I did not want to cause issues to existing users, but I agree it should eventually move to omissis/go-jsonschema and issue a redirect. But I've never took the time to look into the matter 😅