From 7eabf9c888372ac9b4db4d7c4eae1a8940cac8d7 Mon Sep 17 00:00:00 2001 From: xadet Date: Mon, 15 Sep 2014 20:49:53 +0100 Subject: [PATCH] chore(build): remove duplicate dependency --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e80225b..8610817 100644 --- a/Makefile +++ b/Makefile @@ -6,5 +6,4 @@ test: install_deps: go get github.com/robertkrimen/otto - go get github.com/stretchr/testify - go get github.com/robertkrimen/otto \ No newline at end of file + go get github.com/stretchr/testify \ No newline at end of file