module github.com/spf13/cobra go 1.22.5 toolchain go1.23.1 require ( 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 github.com/spf13/pflag v1.0.5 gopkg.in/yaml.v3 v3.0.1 ) 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 )