summaryrefslogtreecommitdiffstats
path: root/go.sum
AgeCommit message (Collapse)Author
2020-08-26use clipboard package to handle clipboard stuffJesse Duffield
2020-08-24bump creackJesse Duffield
2020-08-24prevent moving cursor past last character in prompt modalJesse Duffield
2020-08-24prevent moving cursor past last character in prompt modalJesse Duffield
2020-08-24support alacrittyJesse Duffield
2020-08-23bump gocui to ensure no crash on startupJesse Duffield
2020-05-13bump gocui to be on 'simple' branch.Jesse Duffield
The master branch of gocui contains stuff I added for lazynpm which changes how the cursor is used. This will provide some benefits to lazygit as well but I don't yet have the motivation to make the required changed in lazygit to support it. So we're gonna be on the branch named 'simple' rather than master until I fix that up.
2020-03-27*: update go-git importMáximo Cuadros
2020-03-25go mod tidyDawid Dziurla
2020-03-09case insensitive searchJesse Duffield
By default, search is now case insensitive. If you include uppercase characters in your search string, the search will become case sensitive. This means there is no way to do a case- insensitive search of all-lowercase strings. We could add more support for this but we'll wait until we come across the use case
2020-03-04Add gox to vendor listRui Chen
2020-03-03Bump golang to v1.14Rui Chen
2020-03-04supporing custom pagers step 1Jesse Duffield
2020-03-04bump gocuiJesse Duffield
2020-02-25show item counts in framesJesse Duffield
2020-02-24support searching in side panelsJesse Duffield
For now we're just doing side panels, because it will take more work to support this in the various main panel contexts
2020-02-02bump gocuiJesse Duffield
2020-02-01bump vendor directoryJesse Duffield
2020-01-31fix keybinding issues with freebsd/openbsdJesse Duffield
2020-01-12use mutexes on escape codeJesse Duffield
2020-01-12bump gocuiJesse Duffield
2019-12-13update dependenciesDawid Dziurla
2019-11-21bump gocui to get contexts on keybindingsJesse Duffield
2019-11-14go mod tidy && go mod vendorJesse Duffield
2019-11-14update go gitv0.10.6Jesse Duffield
2019-11-12fix up pty forkv0.10.5Jesse Duffield
2019-11-12go mod vendorJesse Duffield
2019-11-10Vendor: Updated dependenciesv0.10.2Glenn Vriesman
* Updated go.mod * Updated go.sum * Updated vendor packages Signed-off-by: Glenn Vriesman <glenn.vriesman@gmail.com>
2019-11-10rm go.sum && go mod vendorv0.10.1Jesse Duffield
2019-11-10bump gocui (this better work or so hope me god I'm switching back to go dep)Jesse Duffield
jks I'm that that close to the edge... but I am getting there haha
2019-11-05fix module checksum mismatchDawid Dziurla
2019-11-05bump gocuiJesse Duffield
2019-09-24Main: Added directory argumentGlenn Vriesman
* Added a positional argument that allows the user to change the dir Signed-off-by: Glenn Vriesman <glenn.vriesman@gmail.com>
2019-09-21update go.sum againDawid Dziurla
2019-09-15update go.sumv0.8.2Jesse Duffield
2019-09-15bump gocuiJesse Duffield
2019-09-01switch to Go modulesDawid Dziurla
2019-03-22remove go modulesJesse Duffield
Perhaps one day we'll revisit this, but right now supporting go modules is just a headache. Dep does everything we need and it's really easy to work with, and given that supporting both simultaneously is too cumbersome, and I'm too lazy to make the switch to go modules properly, I'm sticking with go dep for now.
2019-03-05update go.sumJesse Duffield
2019-01-14fix checksum mismatchesJesse Duffield
2018-12-18Update gomodule checksums for go 1.11.4Cameron Nemo
2018-09-19bump deps to use forked termbox which doesn't crash as easilyJesse Duffield
2018-09-09add go.sumAnthony HAMON