Updated go.mod

This commit is contained in:
netbenix 2021-10-31 00:46:54 +02:00
parent b6f7dea961
commit 463c8b0817
2 changed files with 6 additions and 2 deletions

4
go.mod
View file

@ -6,5 +6,5 @@ require (
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
github.com/russross/blackfriday/v2 v2.0.1 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/urfave/cli/v2 v2.3.0 // indirect
)
github.com/urfave/cli/v2 v2.3.0
)