cobra/go.mod

20 lines
444 B
Modula-2
Raw Permalink Normal View History

module github.com/spf13/cobra
2024-09-30 11:59:53 +00:00
go 1.22.5
toolchain go1.23.1
require (
2024-09-30 11:59:53 +00:00
git.vinchent.xyz/vinchent/go-web v0.0.0-20240929215000-f0fc7ee2cb65
github.com/cpuguy83/go-md2man/v2 v2.0.4
github.com/inconshreveable/mousetrap v1.1.0
2020-07-13 17:55:00 +00:00
github.com/spf13/pflag v1.0.5
gopkg.in/yaml.v3 v3.0.1
)
2024-09-30 11:59:53 +00:00
require (
github.com/kr/text v0.2.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
)