From 88465e757cf9b461aac060f823011a7ba2b1c540 Mon Sep 17 00:00:00 2001 From: gutmet Date: Sun, 11 Oct 2020 13:36:07 +0200 Subject: [PATCH] go.mod update --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 34eb14a..3399bc5 100644 --- a/go.mod +++ b/go.mod @@ -8,5 +8,5 @@ require ( git.gutmet.org/simpleserver.git v0.0.0-20201011112611-555b83d5de53 github.com/pmezard/go-difflib v1.0.0 // indirect github.com/russross/blackfriday/v2 v2.0.1 - github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95 // indirect + github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect )