cheat/vendor/github.com
Christopher Allen Lane 80c91cbdee feat(installer): use go-git to clone
Integrate `go-git` into the application, and use it to `git clone`
cheatsheets when the installer runs.

Previously, the installer required that `git` be installed on the system
`PATH`, so this change has to big advantages:

1. It removes that system dependency on `git`
2. It paves the way for implementing the `--update` command

Additionally, `cheat` now performs a `--depth=1` clone when installing
cheatsheets, which should at least somewhat improve installation times
(especially on slow network connections).
2022-08-27 21:00:46 -04:00
..
acomagu/bufpipe feat(installer): use go-git to clone 2022-08-27 21:00:46 -04:00
alecthomas/chroma chore(deps): upgrade dependencies 2022-08-07 10:19:56 -04:00
cloudflare/circl feat(installer): use go-git to clone 2022-08-27 21:00:46 -04:00
davecgh/go-spew Add vendor files for go build 2019-10-27 12:04:31 -04:00
dlclark/regexp2 chore(deps): upgrade dependencies 2022-08-07 10:19:56 -04:00
docopt/docopt-go Add vendor files for go build 2019-10-27 12:04:31 -04:00
emirpasic/gods feat(installer): use go-git to clone 2022-08-27 21:00:46 -04:00
go-git feat(installer): use go-git to clone 2022-08-27 21:00:46 -04:00
imdario/mergo feat(installer): use go-git to clone 2022-08-27 21:00:46 -04:00
jbenet/go-context feat(installer): use go-git to clone 2022-08-27 21:00:46 -04:00
kevinburke/ssh_config feat(installer): use go-git to clone 2022-08-27 21:00:46 -04:00
mattn/go-isatty chore(deps): upgrade dependencies 2022-08-07 10:19:56 -04:00
Microsoft/go-winio feat(installer): use go-git to clone 2022-08-27 21:00:46 -04:00
mitchellh/go-homedir chore(deps): upgrade dependencies 2022-08-07 10:19:56 -04:00
ProtonMail/go-crypto feat(installer): use go-git to clone 2022-08-27 21:00:46 -04:00
sergi/go-diff feat(installer): use go-git to clone 2022-08-27 21:00:46 -04:00
xanzy/ssh-agent feat(installer): use go-git to clone 2022-08-27 21:00:46 -04:00