Skip to content

Commit

Permalink
import libvirt-exporter to main.go as package
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoWK committed Sep 11, 2023
1 parent 179fd3a commit b0f84d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"net/http"
"os"

exporter "github.com/Knalltuete5000/prometheus-libvirt-exporter/exporter"
exporter "github.com/Knalltuete5000/prometheus-libvirt-exporter/pkg/exporter"
kingpin "github.com/alecthomas/kingpin/v2"
"github.com/digitalocean/go-libvirt"
"github.com/go-kit/log/level"
Expand Down

0 comments on commit b0f84d4

Please sign in to comment.