Init base

This commit is contained in:
netbenix 2021-10-30 16:33:06 +02:00
parent c3cdb324fb
commit 467eaea836
2 changed files with 27 additions and 0 deletions

11
go.mod Normal file
View file

@ -0,0 +1,11 @@
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
)