From 45a90ac4f3c0d3fb1919e285dee4489056f41647 Mon Sep 17 00:00:00 2001 From: DN2 Date: Fri, 11 Jan 2019 02:18:29 -0800 Subject: [PATCH] New vendors work just fine. --- integrations/promunifi/Godeps/Godeps.json | 41 ++++++++++++++++++----- 1 file changed, 33 insertions(+), 8 deletions(-) diff --git a/integrations/promunifi/Godeps/Godeps.json b/integrations/promunifi/Godeps/Godeps.json index ed2eeadb..2cd05fd2 100644 --- a/integrations/promunifi/Godeps/Godeps.json +++ b/integrations/promunifi/Godeps/Godeps.json @@ -1,24 +1,29 @@ { "ImportPath": "github.com/davidnewhall/unifi-poller", - "GoVersion": "go1.10", + "GoVersion": "go1.11", "GodepVersion": "v79", "Packages": [ "./..." ], "Deps": [ + { + "ImportPath": "github.com/davecgh/go-spew/spew", + "Comment": "v1.1.0", + "Rev": "346938d642f2ec3594ed81d874461961cd0faa76" + }, { "ImportPath": "github.com/influxdata/influxdb/client/v2", - "Comment": "v1.5.0-149-g14dcc5d", + "Comment": "v1.5.0-149-g14dcc5d6e", "Rev": "14dcc5d6e7a6b15e17aba7b104b8ad0ca6c91ad2" }, { "ImportPath": "github.com/influxdata/influxdb/models", - "Comment": "v1.5.0-149-g14dcc5d", + "Comment": "v1.5.0-149-g14dcc5d6e", "Rev": "14dcc5d6e7a6b15e17aba7b104b8ad0ca6c91ad2" }, { "ImportPath": "github.com/influxdata/influxdb/pkg/escape", - "Comment": "v1.5.0-149-g14dcc5d", + "Comment": "v1.5.0-149-g14dcc5d6e", "Rev": "14dcc5d6e7a6b15e17aba7b104b8ad0ca6c91ad2" }, { @@ -28,13 +33,13 @@ }, { "ImportPath": "github.com/naoina/toml", - "Comment": "v0.1.0", - "Rev": "751171607256bb66e64c9f0220c00662420c38e9" + "Comment": "v0.1.1-2-g9fafd69", + "Rev": "9fafd69674167c06933b1787ae235618431ce87f" }, { "ImportPath": "github.com/naoina/toml/ast", - "Comment": "v0.1.0", - "Rev": "751171607256bb66e64c9f0220c00662420c38e9" + "Comment": "v0.1.1-2-g9fafd69", + "Rev": "9fafd69674167c06933b1787ae235618431ce87f" }, { "ImportPath": "github.com/ogier/pflag", @@ -45,6 +50,26 @@ "ImportPath": "github.com/pkg/errors", "Comment": "v0.8.0-6-g2b3a18b", "Rev": "2b3a18b5f0fb6b4f9190549597d3f962c02bc5eb" + }, + { + "ImportPath": "github.com/pmezard/go-difflib/difflib", + "Comment": "v1.0.0", + "Rev": "792786c7400a136282c1664665ae0a8db921c6c2" + }, + { + "ImportPath": "github.com/stretchr/testify/assert", + "Comment": "v1.1.4-27-g4d4bfba", + "Rev": "4d4bfba8f1d1027c4fdbe371823030df51419987" + }, + { + "ImportPath": "github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew", + "Comment": "v1.1.4-27-g4d4bfba", + "Rev": "4d4bfba8f1d1027c4fdbe371823030df51419987" + }, + { + "ImportPath": "github.com/stretchr/testify/vendor/github.com/pmezard/go-difflib/difflib", + "Comment": "v1.1.4-27-g4d4bfba", + "Rev": "4d4bfba8f1d1027c4fdbe371823030df51419987" } ] }