From baa82c770c878e8c6633235b255389716418c8c7 Mon Sep 17 00:00:00 2001 From: Nick Tan Date: Sun, 7 Feb 2016 21:56:00 -0800 Subject: [PATCH] fix ci by removing go-uuid --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index cf7fbb0..d3d3fcb 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,6 @@ deps: go get github.com/jteeuwen/go-bindata/... go get labix.org/v2/mgo # added to fix travis issues - go get code.google.com/p/go-uuid/uuid go get golang.org/x/crypto/bcrypt test-deps: