From 5d3ebcceeee6ce36f5f7244f7cd9600d9823748e Mon Sep 17 00:00:00 2001 From: Alex Flint Date: Tue, 8 Oct 2019 16:47:31 -0700 Subject: [PATCH] undo changes to go.mod --- go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/go.mod b/go.mod index 14c6119..c4c4879 100644 --- a/go.mod +++ b/go.mod @@ -4,5 +4,3 @@ require ( github.com/alexflint/go-scalar v1.0.0 github.com/stretchr/testify v1.2.2 ) - -go 1.13