Skip to content

v0.6.3

Compare
Choose a tag to compare
@stanislas-m stanislas-m released this 09 Nov 21:30
c952199
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.