From 41eedf3ca42dc207c5a6697fdb1ce7444fa5a628 Mon Sep 17 00:00:00 2001 From: Larry Sachs Date: Tue, 7 Jul 2020 16:44:28 -0700 Subject: 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 Change-Id: Ie6604f98a342356af0e477613d5b3840352b6b38 --- src/monitor/go.mod | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/monitor/go.mod') 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 -- cgit 1.2.3-korg