diff --git a/pkg/models/streams.go b/pkg/models/streams.go index c2c58e83f7b..2fe2a13510f 100644 --- a/pkg/models/streams.go +++ b/pkg/models/streams.go @@ -1,6 +1,8 @@ package models -import "gopkg.in/guregu/null.v3" +import ( + "github.com/grafana/grafana/pkg/components/null" +) type TimePoint [2]null.Float type TimeSeriesPoints []TimePoint