libvirtd_exporter/go.mod
Mohammed Naser 8ce9a2f719 fix self-dependency
We were self-depending since the move to opendev.org -- I've fixed this
by cleaning it up.

Change-Id: Ib9c9f6af6997f3dc769348e0957265c1771b0c7b
2020-05-10 16:36:20 -04:00

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
)