Fix dep check errors
This commit is contained in:
parent
b490e7d273
commit
ce507e522f
|
@ -1569,7 +1569,6 @@
|
||||||
"github.com/nsqio/go-nsq",
|
"github.com/nsqio/go-nsq",
|
||||||
"github.com/openzipkin/zipkin-go-opentracing",
|
"github.com/openzipkin/zipkin-go-opentracing",
|
||||||
"github.com/openzipkin/zipkin-go-opentracing/thrift/gen-go/zipkincore",
|
"github.com/openzipkin/zipkin-go-opentracing/thrift/gen-go/zipkincore",
|
||||||
"github.com/pkg/errors",
|
|
||||||
"github.com/prometheus/client_golang/prometheus",
|
"github.com/prometheus/client_golang/prometheus",
|
||||||
"github.com/prometheus/client_golang/prometheus/promhttp",
|
"github.com/prometheus/client_golang/prometheus/promhttp",
|
||||||
"github.com/prometheus/client_model/go",
|
"github.com/prometheus/client_model/go",
|
||||||
|
@ -1593,6 +1592,7 @@
|
||||||
"github.com/vmware/govmomi",
|
"github.com/vmware/govmomi",
|
||||||
"github.com/vmware/govmomi/object",
|
"github.com/vmware/govmomi/object",
|
||||||
"github.com/vmware/govmomi/performance",
|
"github.com/vmware/govmomi/performance",
|
||||||
|
"github.com/vmware/govmomi/property",
|
||||||
"github.com/vmware/govmomi/session",
|
"github.com/vmware/govmomi/session",
|
||||||
"github.com/vmware/govmomi/simulator",
|
"github.com/vmware/govmomi/simulator",
|
||||||
"github.com/vmware/govmomi/view",
|
"github.com/vmware/govmomi/view",
|
||||||
|
|
Loading…
Reference in New Issue