From 1569f693b8c111b409e7fdea1433c989e4ce1929 Mon Sep 17 00:00:00 2001 From: Gabriel Glachant Date: Tue, 10 Jan 2023 15:29:07 +0100 Subject: [PATCH] Forgot to remove replace directive in go.mod. --- go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/go.mod b/go.mod index e56167b..31451c3 100644 --- a/go.mod +++ b/go.mod @@ -57,5 +57,3 @@ require ( gopkg.in/warnings.v0 v0.1.2 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) - -replace github.com/Weborama/gomarkdoc => github.com/Weborama/gomarkdoc v0.0.0-20230110134509-aea5aa55e374