fixup! fix(cli): clarify tty err on non-tty git bootstrap

pull/5661/head
Carlos Nunez 3 days ago
parent e3c98d6ab9
commit 3e8ae9236f
No known key found for this signature in database
GPG Key ID: E1FE98BBFDCADE05

@ -44,6 +44,7 @@ require (
github.com/homeport/dyff v1.10.2
github.com/lucasb-eyer/go-colorful v1.2.0
github.com/manifoldco/promptui v0.9.0
github.com/mattn/go-isatty v0.0.20
github.com/mattn/go-shellwords v1.0.12
github.com/notaryproject/notation-go v1.3.2
github.com/olekukonko/tablewriter v0.0.5
@ -179,7 +180,6 @@ require (
github.com/mailru/easyjson v0.9.0 // indirect
github.com/mattn/go-ciede2000 v0.0.0-20170301095244-782e8c62fec3 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect

Loading…
Cancel
Save