Updated go.mod
This commit is contained in:
parent
b6f7dea961
commit
463c8b0817
2 changed files with 6 additions and 2 deletions
4
go.mod
4
go.mod
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Reference in a new issue