update vendor

This commit is contained in:
Ettore Di Giacinto
2021-10-19 22:26:36 +02:00
parent fe14d56afe
commit b9895c9e05
372 changed files with 23907 additions and 36864 deletions

7
vendor/github.com/atomicgo/cursor/doc.go generated vendored Normal file
View File

@@ -0,0 +1,7 @@
/*
Package cursor contains cross-platform methods to move the terminal cursor in different directions.
This package can be used to create interactive CLI tools and games, live charts, algorithm visualizations and other updatable output of any kind.
Special thanks to github.com/k0kubun/go-ansi which this project is based on.
*/
package cursor