Closed ksysoev closed 1 year ago
hi @ksysoev I will take a look asap, thanks for the report! 🙏
It will be this line in the go.mod
replace github.com/atombender/go-jsonschema/tests/data => ./tests/data
The local folder will not exist when trying to do a go install
, as an interim, 0.12.1 installs fine.
go install github.com/atombender/go-jsonschema/cmd/gojsonschema@v0.12.1
@ksysoev @nicholasjackson the issue should have been addressed in v0.13.1
, if you can spare a moment to double check it I will then close this issue. Thanks!
@omissis it works. thank you for the prompt fix.
Hi,
New version has a problem with installation via running
go install
.