cloudwan / gohan

Gohan is an API Gateway Server written by Go that makes it easy for developers to create and maintain REST-style API
http://www.slideshare.net/natiueno/gohan-61170476
Other
109 stars 44 forks source link

[CW-423] Added version to format property validation #659

Closed michalzurawski closed 6 years ago

michalzurawski commented 6 years ago

Build fails due to missing semver in vendor. I'll wait for https://github.com/cloudwan/gohan/pull/658 with adding it

morrisson commented 6 years ago

658 has been merged but still semver needs to be included.

morrisson commented 6 years ago

@michalzurawski As you may know, github.com/Masterminds/semver should be stored in vendor directory.

michalzurawski commented 6 years ago

will wait with this PR as there is still pending discussion - as you can see in the tests semver allows using i.e. "1", "1.1" or "v1.1.1" which probably doesn't suit our case