src, docker: Change pkg import path of DMA
[barometer.git] / src / dma / cmd / threshold / transmit.go
index 8cac2a8..8c60cc1 100644 (file)
@@ -19,8 +19,8 @@ package main
 import (
        "bytes"
        "fmt"
-       "github.com/distributed-monitoring/agent/pkg/common"
        "github.com/go-redis/redis"
+       "github.com/opnfv/barometer/src/dma/pkg/common"
        "strconv"
        "strings"
        "time"