Skip to content

Commit

Permalink
plot: Use github.com/tsenart/go-tsz
Browse files Browse the repository at this point in the history
  • Loading branch information
tsenart committed Aug 13, 2018
1 parent ca99fe5 commit e19fc14
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 7 deletions.
38 changes: 32 additions & 6 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
branch = "master"
name = "github.com/dgryski/go-lttb"

[[constraint]]
branch = "master"
name = "github.com/tsenart/go-tsz"

[[constraint]]
branch = "master"
name = "github.com/influxdata/tdigest"
Expand All @@ -57,6 +61,10 @@
branch = "master"
name = "golang.org/x/net"

[[constraint]]
branch = "master"
name = "github.com/shurcooL/vfsgen"

[prune]
go-tests = true
unused-packages = true
2 changes: 1 addition & 1 deletion lib/plot/timeseries.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"errors"
"time"

tsz "github.com/dgryski/go-tsz"
tsz "github.com/tsenart/go-tsz"
"github.com/tsenart/vegeta/lib/lttb"
)

Expand Down

0 comments on commit e19fc14

Please sign in to comment.