From 1a280233b04c97b9a4e4faa5d9e8de149f587bd4 Mon Sep 17 00:00:00 2001 From: Maurice Makaay Date: Wed, 12 Jun 2019 15:25:15 +0000 Subject: [PATCH] Got rid of the testify dependency. My testing needs are so basic, that there's no need for this full fledged testing library. --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/go.mod b/go.mod index ff46249..446c749 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,3 @@ module git.makaay.nl/mauricem/go-parsekit -go 1.12 - -require github.com/stretchr/testify v1.3.0 +go 1.12 \ No newline at end of file