Clever / wag

sWAGger - Web API Generator
Apache License 2.0
77 stars 6 forks source link

Bump VERSION by a patch #350

Closed mcab closed 3 years ago

mcab commented 3 years ago

Wasn't expecting go-bindata to do this, but, it happened.

mcab commented 3 years ago

if you don't care about this dependency I think fine not to add it (maybe I'm misunderstanding)

but seems fine 👍

Just ran make build, make generate, and it appeared.

I have no idea why it appeared, which is frustrating. :(

ghirsch1 commented 3 years ago

looks like it's pulling in github.com/tmthrgd/go-bindata instead of github.com/kevinburke/go-bindata 🤷

mcab commented 3 years ago

From private convos, I had an older version of go-bindata referenced in my path. 🤦

I can at least make a patch to remove the older dependency, and make it explicitly reference ./bin/go-bindata. :loading: