File: go.mod

package info (click to toggle)
golang-github-urfave-cli-v2 2.25.7-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,188 kB
  • sloc: makefile: 41; sh: 28
file content (12 lines) | stat: -rw-r--r-- 280 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
module github.com/urfave/cli/v2

go 1.18

require (
	github.com/BurntSushi/toml v1.3.2
	github.com/cpuguy83/go-md2man/v2 v2.0.2
	github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
	gopkg.in/yaml.v3 v3.0.1
)

require github.com/russross/blackfriday/v2 v2.1.0 // indirect