Unable to create sample application with newest version
I try to create a sample application according to: https://doc.getqor.com/get_started.html
Unfortunately I only get the following error message: $ go run main.go # github.com/qor/validations ../../qor/validations/callbacks.go:39:48: validatorErrors.Errors undefined (type govalidator.Errors has no field or method Errors)
This looks very much like a dependency version problem. Unfortunately I am unable to find any documentation on the correct versions of the dependencies. I would be happy to use something older than latest master. But the only release is more than two years old.
Don't you have got a file for some dependency/vendoring tool somewhere? That would be totally awsome!
https://github.com/qor/qor/issues/214