From fd3b1bb49b1e4e481f8812b0e283ec4d4c7f0e77 Mon Sep 17 00:00:00 2001 From: Alexander Dorofeev Date: Fri, 28 Dec 2018 05:28:04 +0100 Subject: [PATCH] downgrade github.com/stretchr/testify --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b7f29f7..beee15f 100644 --- a/go.mod +++ b/go.mod @@ -2,5 +2,5 @@ module github.com/akaspin/supervisor require ( github.com/akaspin/errslice v1.0.1 - github.com/stretchr/testify v1.2.2 + github.com/stretchr/testify v1.2.1 )