From b89dbd73785a2348b5e0558f719f27a826987ceb Mon Sep 17 00:00:00 2001 From: Markus Walther Date: Sun, 3 Jun 2018 01:21:05 +0200 Subject: [PATCH] Fix schemes import in heatmap_test Necessary to play well with dep: https://github.com/golang/dep/issues/899 --- heatmap_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heatmap_test.go b/heatmap_test.go index 635ce7c..98a5e6f 100644 --- a/heatmap_test.go +++ b/heatmap_test.go @@ -7,7 +7,7 @@ import ( "math/rand" "testing" - "./schemes" + "github.com/dustin/go-heatmap/schemes" "github.com/jteeuwen/imghash" )