Got rid of the testify dependency. My testing needs are so basic, that there's no need for this full fledged testing library.

This commit is contained in:
Maurice Makaay 2019-06-12 15:25:15 +00:00
parent cef6ae1bc4
commit 1a280233b0
1 changed files with 1 additions and 3 deletions

4
go.mod
View File

@ -1,5 +1,3 @@
module git.makaay.nl/mauricem/go-parsekit module git.makaay.nl/mauricem/go-parsekit
go 1.12 go 1.12
require github.com/stretchr/testify v1.3.0