aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Sachs <larry.j.sachs@intel.com>2020-07-07 16:44:28 -0700
committerLarry Sachs <larry.j.sachs@intel.com>2020-07-07 16:44:28 -0700
commit41eedf3ca42dc207c5a6697fdb1ce7444fa5a628 (patch)
tree9ce8e98698ce444bbf727a9fcc7f593a728c41e7
parent2ac132c002e45bd164324fa8fd6bbd48626e6152 (diff)
Fix go.mod for monitor
Removed replace directives that were causing the local build to fail. Issue-ID: MULTICLOUD-1101 Signed-off-by: Larry Sachs <larry.j.sachs@intel.com> Change-Id: Ie6604f98a342356af0e477613d5b3840352b6b38
-rw-r--r--src/monitor/go.mod3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/monitor/go.mod b/src/monitor/go.mod
index 573784c3..ec48d268 100644
--- a/src/monitor/go.mod
+++ b/src/monitor/go.mod
@@ -33,8 +33,5 @@ replace (
)
// Remove hg dependency using this mirror
-replace bitbucket.org/ww/goautoneg => github.com/munnerz/goautoneg v0.0.0-20190414153302-2ae31c8b6b30
-
replace github.com/operator-framework/operator-sdk => github.com/operator-framework/operator-sdk v0.9.0
-replace git.apache.org/thrift.git => github.com/apache/thrift v0.12.0