From 33148909d6b2e5cda97628082dcd999000d45396 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Fri, 17 May 2019 02:33:49 +0300 Subject: [PATCH] Remove dev replaces in go.mod again --- go.mod | 6 ------ 1 file changed, 6 deletions(-) diff --git a/go.mod b/go.mod index 6455139..e0526e5 100644 --- a/go.mod +++ b/go.mod @@ -19,9 +19,3 @@ require ( ) replace gopkg.in/russross/blackfriday.v2 => github.com/russross/blackfriday/v2 v2.0.1 - -replace maunium.net/go/mautrix-appservice => ../mautrix-appservice-go - -replace maunium.net/go/mautrix => ../mautrix-go - -replace github.com/Rhymen/go-whatsapp => ../../Go/go-whatsapp