Updated go.mod
This commit is contained in:
parent
9b7c3a2010
commit
43c5c9ad24
2 changed files with 1 additions and 6 deletions
3
go.mod
3
go.mod
|
|
@ -2,10 +2,9 @@ module lpm-cli
|
|||
|
||||
go 1.17
|
||||
|
||||
|
||||
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
|
||||
)
|
||||
)
|
||||
Reference in a new issue