8ce9a2f719
We were self-depending since the move to opendev.org -- I've fixed this by cleaning it up. Change-Id: Ib9c9f6af6997f3dc769348e0957265c1771b0c7b
11 lines
240 B
Modula-2
11 lines
240 B
Modula-2
module opendev.org/vexxhost/libvirtd_exporter
|
|
|
|
go 1.13
|
|
|
|
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
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
)
|