diff options
author | Felix Lange <fjl@twurst.com> | 2017-02-16 20:21:11 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2017-02-16 20:44:09 +0800 |
commit | 2c4455b12aca82ccd29c05c1750c25430867e545 (patch) | |
tree | 0beb8c96c7bf6a5a82434ed79218e822927434c3 /vendor/github.com/nsf | |
parent | c8695fae359aa327da9203a57ffaf4f2d47d4370 (diff) | |
download | go-tangerine-2c4455b12aca82ccd29c05c1750c25430867e545.tar go-tangerine-2c4455b12aca82ccd29c05c1750c25430867e545.tar.gz go-tangerine-2c4455b12aca82ccd29c05c1750c25430867e545.tar.bz2 go-tangerine-2c4455b12aca82ccd29c05c1750c25430867e545.tar.lz go-tangerine-2c4455b12aca82ccd29c05c1750c25430867e545.tar.xz go-tangerine-2c4455b12aca82ccd29c05c1750c25430867e545.tar.zst go-tangerine-2c4455b12aca82ccd29c05c1750c25430867e545.zip |
vendor: update dependencies with github.com/kardianos/govendor
Diffstat (limited to 'vendor/github.com/nsf')
-rw-r--r-- | vendor/github.com/nsf/termbox-go/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/nsf/termbox-go/README.md b/vendor/github.com/nsf/termbox-go/README.md index e7c57a936..4b2e73ccc 100644 --- a/vendor/github.com/nsf/termbox-go/README.md +++ b/vendor/github.com/nsf/termbox-go/README.md @@ -25,6 +25,7 @@ There are also some interesting projects using termbox-go: - [gone](https://github.com/guillaumebreton/gone) is a CLI pomodoro® timer. - [Spoof.go](https://github.com/sabey/spoofgo) controllable movement spoofing from the cli - [lf](https://github.com/gokcehan/lf) is a terminal file manager + - [rat](https://github.com/ericfreese/rat) lets you compose shell commands to build terminal applications. ### API reference [godoc.org/github.com/nsf/termbox-go](http://godoc.org/github.com/nsf/termbox-go) |