aboutsummaryrefslogtreecommitdiffstats
path: root/src/dma/cmd/threshold/transmit.go
diff options
context:
space:
mode:
authorAaron Smith <aasmith@redhat.com>2018-11-09 13:10:45 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-11-09 13:10:45 +0000
commitfc9384689ff88b6e3014232a0ad4912c2041ae9c (patch)
tree323348e8037ed48b219666b23a48e1b0e0d353ce /src/dma/cmd/threshold/transmit.go
parentbca05b66373178fbc72dc9d4a6641e4b48256efb (diff)
parent354e06c7edcb9434d55c06bfab4de157f0e2d012 (diff)
Merge "src, docker: Change pkg import path of DMA"
Diffstat (limited to 'src/dma/cmd/threshold/transmit.go')
-rw-r--r--src/dma/cmd/threshold/transmit.go2
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"