From 354e06c7edcb9434d55c06bfab4de157f0e2d012 Mon Sep 17 00:00:00 2001 From: Toshiaki Takahashi Date: Fri, 2 Nov 2018 10:09:11 +0000 Subject: src, docker: Change pkg import path of DMA Different repository from OPNFV repository was temporary used as our own go package paths of DMA. Since the DMA code was merged in OPNFV Barometer, we change the import path to the Barometer repository and we simplify Dockerfile. Change-Id: I49aba163d3bd93a9edb48ce10bd4f69a43c2e28a Signed-off-by: Toshiaki Takahashi --- src/dma/cmd/threshold/transmit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dma/cmd/threshold/transmit.go') 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" -- cgit 1.2.3-korg