aboutsummaryrefslogtreecommitdiffstats
path: root/src/dma/cmd/infofetch/daemon.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/dma/cmd/infofetch/daemon.go')
-rw-r--r--src/dma/cmd/infofetch/daemon.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dma/cmd/infofetch/daemon.go b/src/dma/cmd/infofetch/daemon.go
index d4ff94f5..3bb51bc3 100644
--- a/src/dma/cmd/infofetch/daemon.go
+++ b/src/dma/cmd/infofetch/daemon.go
@@ -19,9 +19,9 @@ package main
import (
"context"
"github.com/BurntSushi/toml"
- "github.com/distributed-monitoring/agent/pkg/common"
"github.com/go-redis/redis"
libvirt "github.com/libvirt/libvirt-go"
+ "github.com/opnfv/barometer/src/dma/pkg/common"
"log"
"sync"
)