From 65fc008a8ec7068f9ce5aff990584ea998286479 Mon Sep 17 00:00:00 2001 From: "Jonathan A. Sternberg" Date: Mon, 10 Sep 2018 11:34:20 -0500 Subject: [PATCH] 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. --- Gopkg.toml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Gopkg.toml b/Gopkg.toml index 8009d4b5ec..42790f0ec6 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -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"