You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module gitea.com/gpm/cli |
|
|
|
go 1.13 |
|
|
|
require ( |
|
gitea.com/jolheiser/beaver v1.0.0 |
|
github.com/AlecAivazis/survey/v2 v2.0.5 |
|
github.com/BurntSushi/toml v0.3.1 |
|
github.com/mitchellh/go-homedir v1.1.0 |
|
github.com/urfave/cli/v2 v2.1.1 |
|
)
|
|
|