rubenv / sql-migrate

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

Upgrade gobuffalo/packr version #209

Closed shubham1172 closed 2 years ago

shubham1172 commented 2 years ago

Signed-off-by: Shubham Sharma shubhash@microsoft.com

Closes #208

  1. Upgrade github.com/gobuffalo/packr to v2.8.3
  2. Run go mod tidy
shubham1172 commented 2 years ago

@rubenv have updated gobuffalo/packr to the latest version! It has only some minor fixes over v2.8.2

rubenv commented 2 years ago

Thanks!