gobuffalo / cli

The Buffalo CLI
19 stars 24 forks source link

bug: Dependency upgrade and Version fix? #251

Closed saurori closed 1 year ago

saurori commented 1 year ago

Description

Would it be possible to upgrade go modules and do a version release? A number of libraries are out of date. I am specifically interested in https://github.com/gobuffalo/refresh for v1.13.3 that fixes #6.

Also, the Version reported by buffalo version is incorrect. Current is v0.18.12 but version.go is reporting v0.18.9.

To Reproduce

No response

Additional Context

No response

sio4 commented 1 year ago

Sorry for the long waiting. Will work on it with higher priority!

sio4 commented 1 year ago

Hi @saurori long waiting! I just merged the fix and will release v0.18.13. Please take a test and let me know if the issue still exists!

saurori commented 1 year ago

@sio4 Thank you! Everything is working now and my issue with buffalo dev not reloading is fixed. Also the version number is now correct.