Fix go.mod for monitor 25/109925/1
authorLarry Sachs <larry.j.sachs@intel.com>
Tue, 7 Jul 2020 23:44:28 +0000 (16:44 -0700)
committerLarry Sachs <larry.j.sachs@intel.com>
Tue, 7 Jul 2020 23:44:28 +0000 (16:44 -0700)
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

src/monitor/go.mod

index 573784c..ec48d26 100644 (file)
@@ -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