From ab9b884ff60d93eba233b93ba6958476af439075 Mon Sep 17 00:00:00 2001 From: Gonzalo Fernandez-Victorio Date: Tue, 11 May 2021 12:52:35 +0100 Subject: [PATCH] Remove the indirect stuff Honestly I don't know what it means --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 588b084..fe15a75 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/gonfva/docxlib go 1.16 -require github.com/golang/glog v0.0.0-20210429001901-424d2337a529 // indirect +require github.com/golang/glog v0.0.0-20210429001901-424d2337a529