deps: update test package
Upgrading to v0.3.0 gives us the ability to add more context to test case failures. https://github.com/shoenig/test/pull/23
Showing
+3 -3
... | ... | @@ -110,7 +110,7 @@ require ( |
github.com/ryanuber/go-glob v1.0.0 | ||
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 | ||
github.com/shirou/gopsutil/v3 v3.21.12 | ||
github.com/shoenig/test v0.2.8 | ||
github.com/shoenig/test v0.3.0 | ||
github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c | ||
github.com/stretchr/testify v1.8.0 | ||
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 | ||
... | ... |
Please register or sign in to comment