fix: remove constraints that were from the query package

The query package has now mostly been moved to influxdata/flux so these
constraints cause dep to print a non-useful message that is confusing.
pull/10616/head
Jonathan A. Sternberg 2018-09-10 11:34:20 -05:00
parent 5a35d04386
commit 65fc008a8e
1 changed files with 0 additions and 8 deletions

View File

@ -51,10 +51,6 @@ required = [
name = "github.com/influxdata/influxdb" name = "github.com/influxdata/influxdb"
branch = "platform" branch = "platform"
[[constraint]]
name = "github.com/influxdata/tdigest"
branch = "master"
# Pigeon hasn't made official releases for a while, we need to use master for now. # Pigeon hasn't made official releases for a while, we need to use master for now.
# We plan to replace pigeon with a hand written parser, as such this dependency is short lived. # We plan to replace pigeon with a hand written parser, as such this dependency is short lived.
[[override]] [[override]]
@ -90,10 +86,6 @@ required = [
branch = "master" branch = "master"
name = "github.com/andreyvit/diff" name = "github.com/andreyvit/diff"
[[constraint]]
branch = "master"
name = "github.com/gonum/stat"
[[constraint]] [[constraint]]
name = "github.com/google/go-github" name = "github.com/google/go-github"
branch = "master" branch = "master"