removing dep on go-util from blend

This commit is contained in:
Will Charczuk 2018-04-04 22:06:34 -07:00
parent 11e380634b
commit 7d28470055
4 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
package chart
import util "github.com/blendlabs/go-util"
import util "github.com/wcharczuk/go-chart/util"
// Value is a chart value.
type Value struct {