From 106d7248743c23e25c2bd93cc5952a3366153f5a Mon Sep 17 00:00:00 2001 From: Antonio Pagano Date: Fri, 15 Jun 2018 21:00:19 -0500 Subject: [PATCH] adds testify dependency --- go.mod | 1 + 1 file changed, 1 insertion(+) diff --git a/go.mod b/go.mod index 89e2a43..2b0d406 100644 --- a/go.mod +++ b/go.mod @@ -12,4 +12,5 @@ require ( github.com/pkg/errors v0.8.0 github.com/satori/go.uuid v1.2.0 github.com/serenize/snaker v0.0.0-20171204205717-a683aaf2d516 + github.com/stretchr/testify v1.2.2 )