You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated module dependencies and fixed package test (#9)
As a part of gobuffalo/buffalo#2152, updated dependencies.
Just included two orthogonal changes in a single PR since they are not a great deal.
* Updated dependencies to a recent version of modules. mainly for testify.
* Fixed test case for Package(). go 1.16 changed its behavior when running go list ... and does not automatically add the given package anymore.