c2cf7ed6df
Also fix test expectation for man contents: dash and underscore are no longer escaped with backslash in go-md2man v2.0.1 See cpuguy83/go-md2man#74
10 lines
155 B
Modula-2
10 lines
155 B
Modula-2
module github.com/urfave/cli/v2
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1
|
|
gopkg.in/yaml.v2 v2.2.3
|
|
)
|