From a00e93f699cfc88064ea9d28d7798a9ed78da4bb Mon Sep 17 00:00:00 2001 From: Cody Soyland Date: Wed, 15 Apr 2020 15:45:57 -0500 Subject: [PATCH] Add TODO about fork --- go.mod | 1 + 1 file changed, 1 insertion(+) diff --git a/go.mod b/go.mod index 18e398490..ccdca5ab4 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,7 @@ module github.com/pilosa/pilosa/v2 replace github.com/hashicorp/memberlist => github.com/pilosa/memberlist v0.1.4-0.20190415211605-f6512523c021 +// TODO: Remove the following line if this is merged: https://github.com/client9/reopen/pull/9 replace github.com/client9/reopen => github.com/codysoyland/reopen v1.0.1-0.20200414204206-42cbe848be3b require (