From 634c427f07f1219fc3ed76cec542f9c98ff6fc6b Mon Sep 17 00:00:00 2001 From: gutmet Date: Sun, 13 Jun 2021 13:16:50 +0200 Subject: [PATCH] use less chatty finstr --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 3399bc5..a1e7785 100644 --- a/go.mod +++ b/go.mod @@ -3,8 +3,8 @@ module git.gutmet.org/wombat.git go 1.14 require ( - git.gutmet.org/finstr.git v0.0.0-20201011113018-f6da72ffcf26 - git.gutmet.org/goutil.git v0.0.0-20201011110813-b9f7ae29b4e6 + git.gutmet.org/finstr.git v0.0.0-20210613105921-78d255a0ad9c // indirect + git.gutmet.org/goutil.git v0.0.0-20201108182825-c19893df11f9 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