rubenv / sql-migrate

SQL schema migration tool for Go.
MIT License
3.18k stars 270 forks source link

Upgrading gobuffalo/packr for compliance reasons #208

Closed shubham1172 closed 2 years ago

shubham1172 commented 2 years ago

Hi, rubenv/sql-migrate depends on github.com/gobuffalo/packr/v2@v2.8.1 currently.

This issue is to upgrade the dependency to at least v2.8.2. Before v2.8.2, gobuffalo/packr depended on a really old version of github.com/spf13/cobra, which boiled down to a deprecated MPL-2.0 dependency - github.com/armon/consul-api

rubenv commented 2 years ago

@shubham1172 Could you send a PR? Happy to roll a new release.

shubham1172 commented 2 years ago

Thanks @rubenv, I will send out a PR!

rubenv commented 2 years ago

Merged and released as v1.1.1

shubham1172 commented 2 years ago

Thanks!