fix self-dependency

We were self-depending since the move to opendev.org -- I've fixed this
by cleaning it up.

Change-Id: Ib9c9f6af6997f3dc769348e0957265c1771b0c7b
This commit is contained in:
Mohammed Naser 2020-05-10 16:36:20 -04:00
parent 470b898f16
commit 8ce9a2f719
2 changed files with 0 additions and 3 deletions

1
go.mod
View File

@ -6,6 +6,5 @@ require (
github.com/libvirt/libvirt-go v5.10.0+incompatible
github.com/prometheus/client_golang v1.0.0
github.com/prometheus/common v0.7.0
github.com/vexxhost/libvirtd_exporter v0.0.0-20200314024639-aa298d3ca901
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)

2
go.sum
View File

@ -56,8 +56,6 @@ github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q=
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
github.com/vexxhost/libvirtd_exporter v0.0.0-20200314024639-aa298d3ca901 h1:+Q2+NsO677P7tqUldcesbGpH3fhganXHSiUmdhzTQCc=
github.com/vexxhost/libvirtd_exporter v0.0.0-20200314024639-aa298d3ca901/go.mod h1:vOV8Sa6zGZrMV8PKxz21ZbSeErrMYVviINDCov0EPto=
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=