Skip to content

Commit

Permalink
Fix schemes import in heatmap_test
Browse files Browse the repository at this point in the history
Necessary to play well with dep:
golang/dep#899
  • Loading branch information
markus-wa authored and dustin committed Jun 3, 2018
1 parent b197538 commit b89dbd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heatmap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"math/rand"
"testing"

"./schemes"
"github.com/dustin/go-heatmap/schemes"

"github.com/jteeuwen/imghash"
)
Expand Down

0 comments on commit b89dbd7

Please sign in to comment.