From 93e988855ff99eeaa50e56b377dee2b79c82ea79 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 13 Feb 2020 15:11:47 +0100 Subject: [PATCH] Fix go.mod containing local replace directive --- go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/go.mod b/go.mod index f8c0c35..2dc7ba1 100644 --- a/go.mod +++ b/go.mod @@ -26,5 +26,3 @@ require ( golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4 // indirect layeh.com/gopher-luar v1.0.7 ) - -replace github.com/emersion/go-webdav => ../go-webdav