File: go.mod

package info (click to toggle)
golang-github-urfave-cli 1.22.5-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 704 kB
  • sloc: sh: 17; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 180 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
module github.com/urfave/cli

go 1.11

require (
	github.com/BurntSushi/toml v0.3.1
	github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d
	gopkg.in/yaml.v2 v2.2.2
)