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
parent
5a35d04386
commit
65fc008a8e
|
@ -51,10 +51,6 @@ required = [
|
|||
name = "github.com/influxdata/influxdb"
|
||||
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.
|
||||
# We plan to replace pigeon with a hand written parser, as such this dependency is short lived.
|
||||
[[override]]
|
||||
|
@ -90,10 +86,6 @@ required = [
|
|||
branch = "master"
|
||||
name = "github.com/andreyvit/diff"
|
||||
|
||||
[[constraint]]
|
||||
branch = "master"
|
||||
name = "github.com/gonum/stat"
|
||||
|
||||
[[constraint]]
|
||||
name = "github.com/google/go-github"
|
||||
branch = "master"
|
||||
|
|
Loading…
Reference in New Issue