mirror of
https://github.com/yudai/gotty.git
synced 2025-12-30 22:28:50 +01:00
10 lines
188 B
Modula-2
10 lines
188 B
Modula-2
module github.com/urfave/cli
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.3.2
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.4
|
|
github.com/stretchr/testify v1.9.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|