diff options
Diffstat (limited to 'src/dma/cmd/threshold/transmit.go')
-rw-r--r-- | src/dma/cmd/threshold/transmit.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dma/cmd/threshold/transmit.go b/src/dma/cmd/threshold/transmit.go index 8cac2a88..8c60cc1a 100644 --- a/src/dma/cmd/threshold/transmit.go +++ b/src/dma/cmd/threshold/transmit.go @@ -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" |