summaryrefslogtreecommitdiffstats
path: root/go.mod
AgeCommit message (Collapse)Author
2019-11-05bump gocuiJesse Duffield
2019-10-26Upgrade to go v1.13Rui Chen
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-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-05fix cpu drainage issueJesse Duffield
2019-03-03bump go modJesse Duffield
2019-02-15bump gocui to support loader animations on viewsJesse Duffield
2019-02-11update go.modJesse Duffield
2019-01-15bump gocui to prevent truncating the contents of wrapped viewsJesse Duffield
2018-12-19hopefully fixed circlecimjarkk
2018-12-19Merge branch 'master' into https-ask-for-username-passwordMark Kopenga
2018-12-18bump modules and add bump_modules scriptJesse Duffield
2018-12-18bump go.modJesse Duffield
2018-09-22use lineheight rather than buffer lengthJesse Duffield
2018-09-19bump deps to use forked termbox which doesn't crash as easilyJesse Duffield
2018-09-07add go.modantham