New vendors work just fine.
This commit is contained in:
parent
08cfb35dd3
commit
45a90ac4f3
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue