File: go.mod

package info (click to toggle)
golang-github-urfave-cli-docs-v3 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 172 kB
  • sloc: makefile: 16
file content (16 lines) | stat: -rw-r--r-- 374 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module github.com/urfave/cli-docs/v3

go 1.24.4

require (
	github.com/cpuguy83/go-md2man/v2 v2.0.2
	github.com/stretchr/testify v1.10.0
	github.com/urfave/cli/v3 v3.4.1
)

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	github.com/russross/blackfriday/v2 v2.1.0 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)