mirror of
https://gitea.com/gitea/tea.git
synced 2024-11-03 04:27:21 -05:00
7ac3ffcc1b
fixes Use Survey For Interactions With User Add Vendor "github.com/AlecAivazis/survey/v2" Co-authored-by: Norwin Roosen <git@nroo.de> Co-authored-by: 6543 <6543@obermui.de> Reviewed-on: https://gitea.com/gitea/tea/pulls/186 Reviewed-by: techknowlogick <techknowlogick@gitea.io> Reviewed-by: Norwin <noerw@noreply.gitea.io>
20 lines
719 B
Modula-2
20 lines
719 B
Modula-2
module github.com/AlecAivazis/survey/v2
|
|
|
|
require (
|
|
github.com/Netflix/go-expect v0.0.0-20180615182759-c93bf25de8e8
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/hinshun/vt10x v0.0.0-20180616224451-1954e6464174
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
|
|
github.com/kr/pty v1.1.4 // indirect
|
|
github.com/mattn/go-colorable v0.1.2 // indirect
|
|
github.com/mattn/go-isatty v0.0.8
|
|
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/stretchr/testify v1.2.1
|
|
golang.org/x/crypto v0.0.0-20190530122614-20be4c3c3ed5
|
|
golang.org/x/sys v0.0.0-20190530182044-ad28b68e88f1 // indirect
|
|
golang.org/x/text v0.3.0
|
|
)
|
|
|
|
go 1.13
|