init command

This commit is contained in:
2026-01-13 11:07:51 +00:00
commit f9046d63f7
5 changed files with 327 additions and 0 deletions

11
go.mod Normal file
View File

@@ -0,0 +1,11 @@
module pb
go 1.23.1
require github.com/urfave/cli/v2 v2.27.7
require (
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
)