14 lines
308 B
Modula-2
14 lines
308 B
Modula-2
module github.com/urfave/cli/v2
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.1.0
|
|
github.com/antzucaro/matchr v0.0.0-20210222213004-b04723ef80f0
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1
|
|
golang.org/x/text v0.3.7
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require github.com/russross/blackfriday/v2 v2.1.0 // indirect
|